![]() |
VR-Forces 4.10 Class Documentation
|
Allows manipulating a terrain object. More...

Public Member Functions | |
| virtual | ~DtTerrainGeometryHandle () |
| Virtual destructor. More... | |
| virtual bool | isDisabled () const =0 |
| Returns true if this object has active geometry in the terrain. More... | |
| virtual void | disable ()=0 |
| Resets to default state with no geometry in the terrain. More... | |
| virtual void | setAppearance (DtAppearance app)=0 |
| Set appearance. More... | |
| virtual void | setPosition (const DtPoint &location, const DtDcm &orientation)=0 |
| Sets position in space. More... | |
Allows manipulating a terrain object.
Returned by functions which create terrain objects.
|
virtual |
Virtual destructor.
|
pure virtual |
Returns true if this object has active geometry in the terrain.
Implemented in DtEntityTerrainGeometryHandle, and DtDynamicTerrainGeometryHandle.
|
pure virtual |
Resets to default state with no geometry in the terrain.
Call the setAppearance and setPosition functions to add it back.
Implemented in DtEntityTerrainGeometryHandle, and DtDynamicTerrainGeometryHandle.
|
pure virtual |
Set appearance.
Implemented in DtEntityTerrainGeometryHandle, and DtDynamicTerrainGeometryHandle.
|
pure virtual |
Sets position in space.
Implemented in DtEntityTerrainGeometryHandle, and DtDynamicTerrainGeometryHandle.