33 virtual void setColor(
float r,
float g,
float b,
float alpha ) = 0;
36 virtual void setLineWidth(
double lineWidth ) = 0;
39 virtual void setOccluded(
bool) = 0;
44 virtual void setLineSmoothing(
bool) = 0;
48 virtual void setModelScalingEnabled(
bool b ) = 0;
51 virtual void setLocalModelScalingEnabled(
bool enabled ) = 0;
54 virtual void setLocalModelScalingAmount(
float localScale ) = 0;
This is the abstract interface for a model class that is used to create attachable line objects...
Definition: DtScribeBoxModel.h:22
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
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:56
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:76
Contains DLL export macros.