![]() |
VR-Forces Developer's Guide
|
osg::Group with pointer back to DtOsgTerrainPatchObject Used for osgEarth high-LOD intersections

Public Member Functions | |
| DtTerrainPatchGroup () | |
| virtual | ~DtTerrainPatchGroup () |
| void | setTerrainPatchObject (DtOsgTerrainPatchObject *tpo) |
| DtOsgTerrainPatchObject * | terrainPatchObject () const |
Public Member Functions inherited from makVrv::DtFastGroup | |
| META_Node (vrvOsg, DtFastGroup) | |
| DtFastGroup () | |
| DtFastGroup (const DtFastGroup &, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| virtual bool | removeChildren (unsigned int pos, unsigned int numChildrenToRemove) |
| virtual void | resizeGLObjectBuffers (unsigned int maxSize) |
Protected Attributes | |
| DtOsgTerrainPatchObject * | myTerrainPatchObject |
Protected Attributes inherited from makVrv::DtFastGroup | |
| int | myLastMaxNumberOfGraphicsContexts = -1 |
| makVrv::DtTerrainPatchGroup::DtTerrainPatchGroup | ( | ) |
CTOR.
|
virtual |
DTOR.
| void makVrv::DtTerrainPatchGroup::setTerrainPatchObject | ( | DtOsgTerrainPatchObject * | tpo | ) |
Set the terrain patch object.
| DtOsgTerrainPatchObject* makVrv::DtTerrainPatchGroup::terrainPatchObject | ( | ) | const |
Get the terrain patch object.
|
protected |