#include <motion.h>
Public Attributes | |
| int | loop |
| The whole motion will be played loop times. | |
| int | count |
| Number of motion sequences. | |
| int | pause |
| An interpolated point will be calculated every /a pause milliseconds (independet of time delay between motion keyframes). | |
| int | ipo |
| Interpolation type,. | |
| int | ids [MOTION_SEQUENCE_MAX] |
| indexes of motion sequences in CMotionContainer::motions. | |
Combines several motion sequences into one contiguous motion.
TODO: replace ids by array of CMotionSequence-pointers.
| int CMotion::loop |
The whole motion will be played loop times.
| int CMotion::count |
Number of motion sequences.
| int CMotion::pause |
An interpolated point will be calculated every /a pause milliseconds (independet of time delay between motion keyframes).
| int CMotion::ipo |
| int CMotion::ids[MOTION_SEQUENCE_MAX] |
indexes of motion sequences in CMotionContainer::motions.
1.5.2