![]() |
VR-Forces Developer's Guide
|
An OSG Drawable representing a terrain heightmap. /ingroup vrvOsg.

Public Member Functions | |
| virtual | ~DtHeightMapDrawable () |
| virtual void | drawImplementation (osg::RenderInfo &renderInfo) const override |
Public Attributes | |
| friend | DtHeightMapDrawableCreator |
Protected Types | |
| typedef std::map < osg::GraphicsContext *, void * > | ContextToHandleMap |
Protected Member Functions | |
| DtHeightMapDrawable (makVrv::DtDe &de, DtHeightMapSuperManager *manager) | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtHeightMapSuperManager * | myHeightMapSuperManager |
Private Member Functions | |
| DtHeightMapDrawable ()=delete | |
| DtHeightMapDrawable (const DtHeightMapDrawable &other)=delete | |
| DtHeightMapDrawable & | operator= (const DtHeightMapDrawable &other)=delete |
|
protected |
|
virtual |
Destructor.
|
protected |
CTOR. Only creator can createe.
|
privatedelete |
Default Constructor not implemented.
|
privatedelete |
Copy Constructor not implemented - Copy not allowed.
|
privatedelete |
Assignment Operator not implemented - Assignment not allowed.
|
overridevirtual |
Perform drawing of the Ocean from the render thread.
| friend makVrv::DtHeightMapDrawable::DtHeightMapDrawableCreator |
only creator can create
|
protected |
|
protected |