Public Member Functions | |
void | reset () |
virtual void | apply (osg::Geode &geode) |
Process Geodes. | |
virtual void | apply (osg::Group &group) |
Process Groups. | |
virtual void | apply (osg::Transform &transform) |
Process Transforms. |
|
Method to be called for a transform. It updates the PendingTransform |
|
Two optmizations are performed: branches that do not contain any node that depend on the error estimate have their nodeMask set so that they are not visited by either the ErrorVisitor or the AugmentVisitor. Also, a 3D convex hull of the vertices of an object is store on Group and is used by the AugmentVisitor |
|
Method to be called for a GEODE adds all the vertices on this Geometry to the _vertices vector. |