![]() |
VR-Forces 4.10 Class Documentation
|
Group node that is culled for every view except the target. More...

Public Member Functions | |
| DtViewSpecificGroup (osg::View *targetView) | |
| CTOR. More... | |
| virtual | ~DtViewSpecificGroup () |
| DTOR. More... | |
| virtual void | traverse (osg::NodeVisitor &nv) |
| Traverse as normal, except cull this node out for CullVisitors not from myTargetView. More... | |
Protected Attributes | |
| osg::View * | myTargetView |
Group node that is culled for every view except the target.
| makVrv::DtViewSpecificGroup::DtViewSpecificGroup | ( | osg::View * | targetView | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Traverse as normal, except cull this node out for CullVisitors not from myTargetView.
|
protected |