29 virtual void setStopOnTerrainIntersection(
bool enabled) = 0;
32 virtual void setOcclusionEnabled(
bool enabled) = 0;
35 virtual void setPickable(
bool pickable ) = 0;
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Dt3DLineModel extends the DtLineModel interface to include operations only appropriate for 3D lines...
Definition: Dt3DLineModel.h:19
Contains declaration of DtLineModel.
DtLineModel is the model interface for remote graphic lines.
Definition: DtLineModel.h:18
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