![]() |
VR-Forces 5.0.3 Developer's Guide
|
This is a group where the original osg geometry representing points in the indirect geometry (geocell or gt) is added to. This is used to intersect the original geometry and render some things that are not yet supported by the indirect rendering system. For example light points, light sources, billboards, and sequences.

Public Member Functions | |
| META_Node (vrvOsg, DtIndirectVisitorControlGroup) | |
| DtIndirectVisitorControlGroup (const DtIndirectVisitorControlGroup &rhs, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| DtIndirectVisitorControlGroup () | |
| virtual void | traverse (osg::NodeVisitor &nv) |
Protected Member Functions | |
| virtual | ~DtIndirectVisitorControlGroup () |
Private Member Functions | |
| DtIndirectVisitorControlGroup & | operator= (const DtIndirectVisitorControlGroup &other) |
| makVrv::DtIndirectVisitorControlGroup::DtIndirectVisitorControlGroup | ( | const DtIndirectVisitorControlGroup & | rhs, |
| const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY |
||
| ) |
copy constructor
| makVrv::DtIndirectVisitorControlGroup::DtIndirectVisitorControlGroup | ( | ) |
constructor
|
protectedvirtual |
destructor
| makVrv::DtIndirectVisitorControlGroup::META_Node | ( | vrvOsg | , |
| DtIndirectVisitorControlGroup | |||
| ) |
|
private |
Assignment Operator Not implemented – Assignment Not Allowed.
|
virtual |
overridden to conditionally traverse based on the node masks sequences are traversed for all visitors light points, light sources, and billboards are traversed by cull visitors everything is traversed by all other visitor types and intersection visitors.