|
OpenSceneGraph
3.0.1
|
blend in from 0 to weight in duration More...

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 |
blend in from 0 to weight in duration
| osgAnimation::ActionBlendIn::ActionBlendIn | ( | const ActionBlendIn & | a, |
| const osg::CopyOp & | c | ||
| ) |
| osgAnimation::ActionBlendIn::ActionBlendIn | ( | Animation * | animation, |
| double | duration, | ||
| double | weight | ||
| ) |
| void osgAnimation::ActionBlendIn::computeWeight | ( | unsigned int | frame | ) |
| Animation* osgAnimation::ActionBlendIn::getAnimation | ( | ) | [inline] |
| double osgAnimation::ActionBlendIn::getWeight | ( | ) | const [inline] |
| osgAnimation::ActionBlendIn::META_Action | ( | osgAnimation | , |
| ActionBlendIn | |||
| ) |
osg::ref_ptr<Animation> osgAnimation::ActionBlendIn::_animation [protected] |
double osgAnimation::ActionBlendIn::_weight [protected] |
| Generated at Thu Sep 27 2012 17:03:07 for the OpenSceneGraph by doxygen 1.7.6.1. |