![]() |
VR-Forces 4.0.4 Class Documentation
|
The model interface for remote graphics segmented lines. More...

Public Member Functions | |
| Dt3DSegmentedLineModel (DtDe &de, DtUniqueID id) | |
| Constructor. | |
| ~Dt3DSegmentedLineModel () | |
| Destructor. | |
| 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. | |
The model interface for remote graphics segmented lines.
Constructor.
Destructor.
| virtual void makVrv::Dt3DSegmentedLineModel::setStopOnTerrainIntersection | ( | bool | enabled | ) | [pure virtual] |
Set whether or not the line stops at the first terrain intersection.
Implemented in makVrv::DtOsg3DSegmentedLineModel, and makVrv::DtOsg3DGreatCircleArcModel.
| virtual void makVrv::Dt3DSegmentedLineModel::setOcclusionEnabled | ( | bool | enabled | ) | [pure virtual] |
Turn on or off occlusion of the line by other objects; default is true.
Implemented in makVrv::DtOsg3DSegmentedLineModel, and makVrv::DtOsg3DGreatCircleArcModel.
| virtual void makVrv::Dt3DSegmentedLineModel::setPickable | ( | bool | pickable | ) | [pure virtual] |
Turn on or off the ability to pick the line. Off by default.
Implemented in makVrv::DtOsg3DSegmentedLineModel, and makVrv::DtOsg3DGreatCircleArcModel.