OpenSceneGraph
3.4.0
|
Convenience update callback class that can be attached to a 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. |
Convenience update callback class that can be attached to a 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 Tue Dec 8 2015 00:16:42 for the OpenSceneGraph by doxygen 1.7.6.1. |