![]() |
OpenWalnut
1.5.0dev
|
Class handling uniform update during render traversal. More...
Inheritance diagram for WMSurfaceParameterAnimator::SafeUniformCallback:
Collaboration diagram for WMSurfaceParameterAnimator::SafeUniformCallback:Public Member Functions | |
| SafeUniformCallback (WMSurfaceParameterAnimator *module) | |
| Constructor. More... | |
| virtual void | operator() (osg::Uniform *uniform, osg::NodeVisitor *nv) |
| The callback. More... | |
Public Attributes | |
| WMSurfaceParameterAnimator * | m_module |
| Pointer used to access members of the module to modify the node. More... | |
Class handling uniform update during render traversal.
Definition at line 256 of file WMSurfaceParameterAnimator.h.
|
inlineexplicit |
Constructor.
| module | just set the creating module as pointer for later reference. |
Definition at line 264 of file WMSurfaceParameterAnimator.h.
|
virtual |
The callback.
Called every render traversal for the uniform.
| uniform | the uniform for which this callback is. |
| nv | the visitor. |
Definition at line 302 of file WMSurfaceParameterAnimator.cpp.
| WMSurfaceParameterAnimator* WMSurfaceParameterAnimator::SafeUniformCallback::m_module |
Pointer used to access members of the module to modify the node.
Definition at line 279 of file WMSurfaceParameterAnimator.h.