![]() |
VR-Forces 4.0.4 Class Documentation
|
Distributed model for drawing cylinders with attached endpoints. More...

Public Member Functions | |
| DtCylinderModel (DtDe &de, DtUniqueID id) | |
| CTOR. | |
| virtual | ~DtCylinderModel () |
| DTOR. | |
| virtual void | setUseTwoPositions (bool twoPoints)=0 |
| Set the whether to use two positions to control the cylinder location. | |
| virtual void | setDimensions (float length, float width, float height)=0 |
| Set the dimensions of the cylinder's cross section. | |
| virtual void | setColor (float r, float g, float b, float a)=0 |
| Set the color of the cylinder. | |
| virtual void | setLightingEnabled (bool enabled)=0 |
| Set lighting enabled or disabled (default disabled) | |
Distributed model for drawing cylinders with attached endpoints.
| makVrv::DtCylinderModel::DtCylinderModel | ( | DtDe & | de, |
| DtUniqueID | id | ||
| ) |
CTOR.
| virtual makVrv::DtCylinderModel::~DtCylinderModel | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtCylinderModel::setUseTwoPositions | ( | bool | twoPoints | ) | [pure virtual] |
Set the whether to use two positions to control the cylinder location.
Implemented in makVrv::DtOsgCylinderModel.
| virtual void makVrv::DtCylinderModel::setDimensions | ( | float | length, |
| float | width, | ||
| float | height | ||
| ) | [pure virtual] |
Set the dimensions of the cylinder's cross section.
Implemented in makVrv::DtOsgCylinderModel.
| virtual void makVrv::DtCylinderModel::setColor | ( | float | r, |
| float | g, | ||
| float | b, | ||
| float | a | ||
| ) | [pure virtual] |
Set the color of the cylinder.
Reimplemented from makVrv::DtModel.
Implemented in makVrv::DtOsgCylinderModel.
| virtual void makVrv::DtCylinderModel::setLightingEnabled | ( | bool | enabled | ) | [pure virtual] |
Set lighting enabled or disabled (default disabled)
Implemented in makVrv::DtOsgCylinderModel.