15#ifndef OSGANIMATION_ACTION_BLENDIN_H
16#define OSGANIMATION_ACTION_BLENDIN_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
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 Export:40