Public Member Functions | |
META_Action (osgAnimation, ActionBlendOut) | |
ActionBlendOut () | |
ActionBlendOut (const ActionBlendOut &a, const osg::CopyOp &c) | |
ActionBlendOut (Animation *animation, double duration) | |
Animation * | getAnimation () |
double | getWeight () const |
void | computeWeight (unsigned int frame) |
Protected Attributes | |
double | _weight |
osg::ref_ptr< Animation > | _animation |
osgAnimation::ActionBlendOut::ActionBlendOut | ( | ) |
osgAnimation::ActionBlendOut::ActionBlendOut | ( | const ActionBlendOut & | a, | |
const osg::CopyOp & | c | |||
) |
osgAnimation::ActionBlendOut::ActionBlendOut | ( | Animation * | animation, | |
double | duration | |||
) |
osgAnimation::ActionBlendOut::META_Action | ( | osgAnimation | , | |
ActionBlendOut | ||||
) |
Animation* osgAnimation::ActionBlendOut::getAnimation | ( | ) | [inline] |
double osgAnimation::ActionBlendOut::getWeight | ( | ) | const [inline] |
void osgAnimation::ActionBlendOut::computeWeight | ( | unsigned int | frame | ) |
double osgAnimation::ActionBlendOut::_weight [protected] |