28 virtual void setStopOnTerrainIntersection(
bool enabled) = 0;
31 virtual void setOcclusionEnabled(
bool enabled) = 0;
34 virtual void setPickable(
bool pickable ) = 0;
Contains declaration of DtSegmentedLineModel, which draws lines in an overlay layer.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
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
The model interface for remote graphics segmented lines.
Definition: Dt3DSegmentedLineModel.h:18
This class is a virtual class that all segmented line models must implement.
Definition: DtSegmentedLineModel.h:20