28 virtual void setColor(
float r,
float g,
float b,
float a ) = 0;
31 virtual void setWidth(
float width ) = 0;
35 virtual void setStipplePattern(
unsigned int pattern,
int repeatFactor=1 ) = 0;
38 virtual const std::vector<DtVector>& points()
const = 0;
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
Contains makVrv::DtModel class.
DtLineModel is the model interface for remote graphic lines.
Definition: DtLineModel.h:18
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