Visitor which maintains myMatrix as the current offset matrix though all transform nodes.
More...
Protected Member Functions |
| virtual osg::BoundingSphere | worldRefNodeBounds (osg::Node &node) |
Protected Attributes |
| osg::Matrix | myMatrix |
Detailed Description
Visitor which maintains myMatrix as the current offset matrix though all transform nodes.
Constructor & Destructor Documentation
| DtMaintainMatrixVisitor::DtMaintainMatrixVisitor |
( |
| ) |
|
| virtual DtMaintainMatrixVisitor::~DtMaintainMatrixVisitor |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
| virtual void DtMaintainMatrixVisitor::apply |
( |
osg::PositionAttitudeTransform & |
node | ) |
|
|
virtual |
| virtual void DtMaintainMatrixVisitor::apply |
( |
osg::MatrixTransform & |
node | ) |
|
|
virtual |
| virtual osg::BoundingSphere DtMaintainMatrixVisitor::worldRefNodeBounds |
( |
osg::Node & |
node | ) |
|
|
protectedvirtual |
- Returns
- The world coordinate based bounding node for the passed in node based on the current matrix. The passed in node must be the one that is currently being visited by the visitor, and not a child or parent node for this to work correctly.
Member Data Documentation
| osg::Matrix DtMaintainMatrixVisitor::myMatrix |
|
protected |
The documentation for this class was generated from the following file: