48 virtual void setColor(
float r,
float g,
float b,
float a ) = 0;
51 virtual void setInsideColor(
float r,
float g,
float b,
float a ) = 0;
54 virtual void setOutsideColor(
float r,
float g,
float b,
float a ) = 0;
58 virtual void setUseDynamicOrigin(
bool) = 0;
61 virtual void setOutlineWidth(
float width ) = 0;
64 virtual void setPhysicalLineWidth(
double width ) = 0;
67 virtual void setEventsEnabled(
bool ) = 0;
70 virtual void setEventWidth(
float) = 0;
73 virtual void setSolid(
bool) = 0;
76 virtual void setGroup(
int) = 0;
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Dt2DVolumetricLineModel is the model interface 2D volumetric lines. A 2D Volumetric line is a line mo...
Definition: Dt2DVolumetricLineModel.h:38
Contains makVrv::DtModel class.
virtual ~Dt2DVolumetricLineModel()
DTOR.
Definition: Dt2DVolumetricLineModel.h:45
A model which owns a single model instance. A DtModel is a managing container for a single DtModelIns...
Definition: DtModel.h:55
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:70
Dt2DVolumetricLineModel(DtDe &de, DtUniqueID id)
CTOR.
Definition: Dt2DVolumetricLineModel.h:42
Contains DLL export macros.