![]() |
VR-Forces 4.10 Class Documentation
|
Cull callback used to prevent the height map camera from rendering anything for any views that are not this cameras specific view. More...

Public Member Functions | |
| DtDrawableCullHeightMapCallback (osg::View *view) | |
| constructor More... | |
| virtual bool | run (osg::Object *object, osg::Object *data) |
| called when the callback is triggered, used to limit the camera traversal from only happening for the correct view More... | |
Protected Member Functions | |
| virtual | ~DtDrawableCullHeightMapCallback () |
| destructor More... | |
Protected Attributes | |
| osg::View * | myView |
Private Member Functions | |
| DtDrawableCullHeightMapCallback ()=delete | |
| Default Constructor not implemented. More... | |
| DtDrawableCullHeightMapCallback (const DtDrawableCullHeightMapCallback &other)=delete | |
| Copy Constructor not implemented – Copy Not Allowed. More... | |
| DtDrawableCullHeightMapCallback & | operator= (const DtDrawableCullHeightMapCallback &other)=delete |
| Assignment Operator Not implemented – Assignment Not Allowed. More... | |
Cull callback used to prevent the height map camera from rendering anything for any views that are not this cameras specific view.
| makVrv::DtDrawableCullHeightMapCallback::DtDrawableCullHeightMapCallback | ( | osg::View * | view | ) |
constructor
|
protectedvirtual |
destructor
|
privatedelete |
Default Constructor not implemented.
|
privatedelete |
Copy Constructor not implemented – Copy Not Allowed.
|
privatedelete |
Assignment Operator Not implemented – Assignment Not Allowed.
|
virtual |
called when the callback is triggered, used to limit the camera traversal from only happening for the correct view
|
protected |