|
Motive Animation System
An open source project by
FPL.
|
Initialize a MotivatorNf to follow a spline. More...
#include <init.h>
Initialize a MotivatorNf to follow a spline.
Call MotivatorNf::SetSplines() to follow predefined splines, or call MotivatorNf::SetTargets() to dynamically generate a spline that travels through several key points.
Public Member Functions | |
| MOTIVE_INTERFACE () | |
| SplineInit (const Range &range) | |
| const Range & | range () const |
| void | set_range (const Range &r) |
Public Member Functions inherited from motive::MotivatorInit | |
| MotivatorInit (MotivatorType type) | |
| The derived class's constructor should set 'type'. | |
| MotivatorType | type () const |
| void | set_type (MotivatorType type) |
|
inlineexplicit |
| range | If using modular arithmetic, the normalized range. If not using modular arithmetic, pass in an invalid range such as Range(). |