![]() |
VR-Forces 4.0.4 Class Documentation
|
Distributed model for drawing rectangular prisms. More...

Public Member Functions | |
| DtAttachableEllipsoidModel (DtDe &de, DtUniqueID id) | |
| CTOR. | |
| virtual | ~DtAttachableEllipsoidModel () |
| DTOR. | |
| virtual void | setDimensions (double x, double y, double z)=0 |
| Set the dimensions of the ellipsoid. | |
| virtual void | setColor (float r, float g, float b, float a)=0 |
| Set the color of the ellipsoid. | |
| virtual void | setLightingEnabled (bool enabled)=0 |
| Set lighting enabled or disabled (default disabled) | |
Distributed model for drawing rectangular prisms.
CTOR.
| virtual makVrv::DtAttachableEllipsoidModel::~DtAttachableEllipsoidModel | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtAttachableEllipsoidModel::setDimensions | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) | [pure virtual] |
Set the dimensions of the ellipsoid.
Implemented in makVrv::DtOsgAttachableEllipsoidModel.
| virtual void makVrv::DtAttachableEllipsoidModel::setColor | ( | float | r, |
| float | g, | ||
| float | b, | ||
| float | a | ||
| ) | [pure virtual] |
Set the color of the ellipsoid.
Reimplemented from makVrv::DtModel.
Implemented in makVrv::DtOsgAttachableEllipsoidModel.
| virtual void makVrv::DtAttachableEllipsoidModel::setLightingEnabled | ( | bool | enabled | ) | [pure virtual] |
Set lighting enabled or disabled (default disabled)
Implemented in makVrv::DtOsgAttachableEllipsoidModel.