![]() |
VR-Forces 4.0.4 Class Documentation
|
Dt3DLineModel extends the DtLineModel interface to include operations only appropriate for 3D lines. More...

Public Member Functions | |
| Dt3DLineModel (DtDe &de, DtUniqueID id) | |
| CTOR. | |
| ~Dt3DLineModel () | |
| DTOR. | |
| virtual void | setStopOnTerrainIntersection (bool enabled)=0 |
| Set whether or not the line stops at the first terrain intersection. | |
| virtual void | setOcclusionEnabled (bool enabled)=0 |
| Turn on or off occlusion of the line by other objects; default is true. | |
| virtual void | setPickable (bool pickable)=0 |
| Turn on or off the ability to pick the line. Off by default. | |
Dt3DLineModel extends the DtLineModel interface to include operations only appropriate for 3D lines.
| makVrv::Dt3DLineModel::Dt3DLineModel | ( | DtDe & | de, |
| DtUniqueID | id | ||
| ) |
CTOR.
DTOR.
| virtual void makVrv::Dt3DLineModel::setStopOnTerrainIntersection | ( | bool | enabled | ) | [pure virtual] |
Set whether or not the line stops at the first terrain intersection.
Implemented in makVrv::DtOsgExtrudedLineModel.
| virtual void makVrv::Dt3DLineModel::setOcclusionEnabled | ( | bool | enabled | ) | [pure virtual] |
Turn on or off occlusion of the line by other objects; default is true.
Implemented in makVrv::DtOsgExtrudedLineModel.
| virtual void makVrv::Dt3DLineModel::setPickable | ( | bool | pickable | ) | [pure virtual] |
Turn on or off the ability to pick the line. Off by default.
Implemented in makVrv::DtOsgExtrudedLineModel.