OpenSceneGraph
3.0.1
|
convience update callback class that can be attached to StateAttribute (such as Textures) to ensure that the Image::update(NodeVisitor*) method is called during the update traversal. More...
Public Member Functions | |
virtual void | operator() (osg::StateAttribute *attr, osg::NodeVisitor *nv) |
do customized update code. |
convience update callback class that can be attached to StateAttribute (such as Textures) to ensure that the Image::update(NodeVisitor*) method is called during the update traversal.
This callback is automatically attached when Image::requiresUpdateCall() is true (it's false by default.)
virtual void osg::Image::UpdateCallback::operator() | ( | osg::StateAttribute * | , |
osg::NodeVisitor * | |||
) | [virtual] |
do customized update code.
Reimplemented from osg::StateAttributeCallback.
![]() | Generated at Mon Oct 3 2011 12:39:42 for the OpenSceneGraph by doxygen 1.7.5. |