|
Motive Animation System
An open source project by
FPL.
|
Animation for a MatrixMotivator. Drives a single bone's transform. More...
#include <anim.h>
Animation for a MatrixMotivator. Drives a single bone's transform.
Classes | |
| struct | Spline |
Public Member Functions | |
| MatrixAnim (int expected_num_ops=0) | |
| Spline * | Construct (int num_splines) |
| MatrixOpArray & | ops () |
| Return the op array. Non-const version is for construction. | |
| const MatrixOpArray & | ops () const |
| Return the op array. Const version is to initialize a MatrixMotivator. | |
|
inline |
For construction. Allocates storage for spline data, and returns it.
| num_splines | Total number of splines in the animation. Not all ops use a spline (some are const ops). |