OpenSceneGraph
|
Public Member Functions | |
MorphTarget (osg::Geometry *geom, float w=1.0) | |
void | setWeight (float weight) |
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 |