VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAttachableCuboidModel.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtAttachableCuboidModel_H_
11 #define DtAttachableCuboidModel_H_
12 
13 #include <vrvCore/vrvCore.h>
14 #include <vrvCore/DtModel.h>
15 
16 #include <matrix/vlVector.h>
17 
18 namespace makVrv
19 {
23  {
24  public:
27 
29  virtual ~DtAttachableCuboidModel();
30 
32  virtual void setDimensions(double x, double y, double z) = 0;
33 
35  virtual void setColor(float r,float g,float b,float a) = 0;
36 
38  virtual void setLightingEnabled( bool enabled ) = 0;
39 
40  protected:
41  };
42 }
43 
44 #endif
45 
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Distributed model for drawing rectangular prisms.
Definition: DtAttachableCuboidModel.h:22
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
Contains DLL export macros.

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)