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