Animation Builder. More...
#include <deAnimationBuilder.h>
Public Member Functions | |
Constructors and Destructors | |
| deAnimationBuilder () | |
| Creates a new animation builder. | |
| virtual | ~deAnimationBuilder () |
| Cleans up the animation builder. | |
Management | |
| virtual void | BuildAnimation (deAnimation *animation)=0 |
| Build animation into the provided animation object. | |
Animation Builder.
The animation builder is provided for applications requiring to produce animation resources not from a file but from data somewhere in memory. Usually used by editors to create animation resources from an in-editor representation of a animation.
| deAnimationBuilder::deAnimationBuilder | ( | ) |
Creates a new animation builder.
| virtual deAnimationBuilder::~deAnimationBuilder | ( | ) | [virtual] |
Cleans up the animation builder.
| virtual void deAnimationBuilder::BuildAnimation | ( | deAnimation * | animation ) | [pure virtual] |
Build animation into the provided animation object.
1.7.2