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