36 virtual void setColor(
float r,
float g,
float b,
float alpha ) = 0;
39 virtual void setLineWidth(
double lineWidth ) = 0;
42 virtual void setOccluded(
bool) = 0;
47 virtual void setLineSmoothing(
bool) = 0;
51 virtual void setModelScalingEnabled(
bool b ) = 0;
54 virtual void setLocalModelScalingEnabled(
bool enabled ) = 0;
57 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:25
#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
Contains DLL export macros.