OpenFrames
|
Accumulates the transform along a path. More...
#include <TransformAccumulator.hpp>
Public Types | |
enum | CoordMode { WORLD_TO_LOCAL, LOCAL_TO_WORLD } |
Public Member Functions | |
virtual void | apply (osg::Transform &transform) |
void | accumulate (const FramePath &framePath) |
Public Attributes | |
CoordMode | _coordMode |
osg::Matrixd | _matrix |
Protected Attributes | |
FramePath::const_iterator | _itr |
Accumulates the transform along a path.
This NodeVisitor accumulates the transform along a given path of ReferenceFrames.