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 | |||
| ) |
| Vec4Target* osgAnimation::UpdateMaterial::getDiffuse | ( | ) |
| 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 Sat May 14 08:21:16 2011 for the OpenSceneGraph by doxygen 1.5.9. |