28 virtual void setUseTwoPositions(
bool twoPoints) = 0;
31 virtual void setDimensions(
float length,
float width,
float height) = 0;
34 virtual void setColor(
float r,
float g,
float b,
float a) = 0;
37 virtual void setLightingEnabled(
bool enabled ) = 0;
Distributed model for drawing cylinders with attached endpoints.
Definition: DtCylinderModel.h:18
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Contains makVrv::DtModel class.
DT_DLL_VRVCORE double length(const makVrv::DtCoordinateSystem &, const std::vector< DtVector > &vertices)
Returns the total distance of a segmented line defined by the provided vector of vertices. Coordinates are in local database coordinates. The coordinate system is used to convert between the local database coordinates and geocentric. All distance is in 2D – the Z value is ignored.
A model which owns a single model instance. A DtModel is a managing container for a single DtModelIns...
Definition: DtModel.h:56
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