|
OpenSceneGraph
3.0.1
|

Public Member Functions | |
| META_Object (osgAnimation, UpdateMaterial) | |
| UpdateMaterial (const std::string &name="") | |
| UpdateMaterial (const UpdateMaterial &apc, const osg::CopyOp ©op) | |
| virtual void | operator() (osg::StateAttribute *, osg::NodeVisitor *) |
| Callback method called by the NodeVisitor when visiting a node. | |
| void | update (osg::Material &material) |
| bool | link (Channel *channel) |
| Vec4Target * | getDiffuse () |
Protected Attributes | |
| osg::ref_ptr< Vec4Target > | _diffuse |
| osgAnimation::UpdateMaterial::UpdateMaterial | ( | const std::string & | name = "" | ) |
| osgAnimation::UpdateMaterial::UpdateMaterial | ( | const UpdateMaterial & | apc, |
| const osg::CopyOp & | copyop | ||
| ) |
| bool osgAnimation::UpdateMaterial::link | ( | Channel * | channel | ) | [virtual] |
Reimplemented from osgAnimation::AnimationUpdateCallback< osg::StateAttributeCallback >.
| osgAnimation::UpdateMaterial::META_Object | ( | osgAnimation | , |
| UpdateMaterial | |||
| ) |
| virtual void osgAnimation::UpdateMaterial::operator() | ( | osg::StateAttribute * | , |
| osg::NodeVisitor * | |||
| ) | [virtual] |
Callback method called by the NodeVisitor when visiting a node.
Reimplemented from osg::StateAttributeCallback.
| void osgAnimation::UpdateMaterial::update | ( | osg::Material & | material | ) |
osg::ref_ptr<Vec4Target> osgAnimation::UpdateMaterial::_diffuse [protected] |
| Generated at Thu Sep 27 2012 17:03:09 for the OpenSceneGraph by doxygen 1.7.6.1. |