VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCylinderModel.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/DtModel.h>
13 
14 namespace makVrv
15 {
19  {
20  public:
23 
25  virtual ~DtCylinderModel();
26 
28  virtual void setUseTwoPositions(bool twoPoints) = 0;
29 
31  virtual void setDimensions(float length, float width, float height) = 0;
32 
34  virtual void setColor(float r,float g,float b,float a) = 0;
35 
37  virtual void setLightingEnabled( bool enabled ) = 0;
38 
39  protected:
40  };
41 }
42 
43 
Distributed model for drawing cylinders with attached endpoints.
Definition: DtCylinderModel.h:18
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Contains makVrv::DtModel class.
A model which owns a single model instance. A DtModel is a managing container for a single DtModelIns...
Definition: DtModel.h:55
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)