|
openscenegraph
|
Public Member Functions | |
| UpdateCallback () | |
| UpdateCallback (const UpdateCallback &, const CopyOp &) | |
| META_Object (osg, UpdateCallback) | |
| virtual void | update (osg::NodeVisitor *, osg::Drawable *) |
| osg::Drawable::UpdateCallback::UpdateCallback | ( | ) | [inline] |
| osg::Drawable::UpdateCallback::UpdateCallback | ( | const UpdateCallback & | , |
| const CopyOp & | |||
| ) | [inline] |
| virtual void osg::Drawable::UpdateCallback::update | ( | osg::NodeVisitor * | , |
| osg::Drawable * | |||
| ) | [inline, virtual] |
do customized update code.
Reimplemented in osgAnimation::RigGeometry::UpdateVertex, and osgAnimation::MorphGeometry::UpdateVertex.
Referenced by osgUtil::UpdateVisitor::handle_geode_callbacks().
1.7.6.1