|
OpenSceneGraph
3.0.1
|
Public Member Functions | |
| MorphTarget (osg::Geometry *geom, float w=1.0) | |
| void | setWeight (float weight) |
| const float | getWeight () const |
| osg::Geometry * | getGeometry () |
| const osg::Geometry * | getGeometry () const |
| void | setGeometry (osg::Geometry *geom) |
Protected Attributes | |
| osg::ref_ptr< osg::Geometry > | _geom |
| float | _weight |
| osgAnimation::MorphGeometry::MorphTarget::MorphTarget | ( | osg::Geometry * | geom, |
| float | w = 1.0 |
||
| ) | [inline] |
| const osg::Geometry* osgAnimation::MorphGeometry::MorphTarget::getGeometry | ( | ) | const [inline] |
| const float osgAnimation::MorphGeometry::MorphTarget::getWeight | ( | ) | const [inline] |
| void osgAnimation::MorphGeometry::MorphTarget::setGeometry | ( | osg::Geometry * | geom | ) | [inline] |
| void osgAnimation::MorphGeometry::MorphTarget::setWeight | ( | float | weight | ) | [inline] |
float osgAnimation::MorphGeometry::MorphTarget::_weight [protected] |
| Generated at Thu Sep 27 2012 17:03:09 for the OpenSceneGraph by doxygen 1.7.6.1. |