31 virtual void setUseTwoPositions(
bool twoPoints) = 0;
34 virtual void setDimensions(
float length,
float width,
float height) = 0;
37 virtual void setColor(
float r,
float g,
float b,
float a) = 0;
40 virtual void setLightingEnabled(
bool enabled ) = 0;
Distributed model for drawing cylinders with attached endpoints.
Definition: DtCylinderModel.h:21
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
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