15#ifndef OSGANIMATION_ACTION_BLENDIN_H
16#define OSGANIMATION_ACTION_BLENDIN_H
blend in from 0 to weight in duration
Definition ActionBlendIn:27
osg::ref_ptr< Animation > _animation
Definition ActionBlendIn:39
double _weight
Definition ActionBlendIn:38
META_Action(osgAnimation, ActionBlendIn)
ActionBlendIn(Animation *animation, double duration, double weight)
void computeWeight(unsigned int frame)
double getWeight() const
Definition ActionBlendIn:33
Animation * getAnimation()
Definition ActionBlendIn:34
ActionBlendIn(const ActionBlendIn &a, const osg::CopyOp &c)
#define OSGANIMATION_EXPORT
Definition osgAnimation/Export:40