38 virtual const std::string& className()
const;
50 virtual void setRelativePosition(
double x,
double y,
double z ) = 0;
57 virtual void setRelativeOrientation(
const DtTaitBryan& ori ) = 0;
61 virtual void setSize(
double slantHeight ) = 0;
69 virtual void setColor(
float r,
float g,
float b,
float a ) = 0;
77 virtual void setInnerColor(
float r,
float g,
float b,
float a ) = 0;
85 virtual void setOuterColor(
float r,
float g,
float b,
float a ) = 0;
89 virtual void setXHalfAngle(
double xHalfAngle ) = 0;
93 virtual void setYHalfAngle(
double yHalfAngle ) = 0;
99 virtual void setShowLines(
bool showLines ) = 0;
105 virtual void setLinesHaveAlpha(
bool lineAlpha ) = 0;
110 virtual void setIsSupportModel(
bool isSupport) = 0;
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Contains makVrv::DtModel class.
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
Distributed model for visualizing synthetic aperture sensors.
Definition: DtRectangularPyramidModel.h:21
Contains DLL export macros.