13 #ifndef DtAttachableCuboidModel_H_
14 #define DtAttachableCuboidModel_H_
19 #include <matrix/vlVector.h>
35 virtual void setDimensions(
double x,
double y,
double z) = 0;
38 virtual void setColor(
float r,
float g,
float b,
float a) = 0;
41 virtual void setLightingEnabled(
bool enabled ) = 0;
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Distributed model for drawing rectangular prisms.
Definition: DtAttachableCuboidModel.h:25
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
Contains makVrv::DtModel class.
A model which owns a single model instance.
Definition: DtModel.h:56
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains DLL export macros.