15#ifndef OSGANIMATION_ACTION_BLENDOUT_H
16#define OSGANIMATION_ACTION_BLENDOUT_H
The osgAnimation library provides general purpose utility classes for animation.
Definition Action:34
Copy Op(erator) used to control whether shallow or deep copy is used during copy construction and clo...
Definition CopyOp:41
Smart pointer for handling referenced counted objects.
Definition ref_ptr:32
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 Export:40