#include <mobu-python-api.h>
Gap interpolation modes.
Inheritance diagram for FBGapMode:Public Attributes | |
| object | kFBGapRigidBody |
| Use rigid body information. More... | |
| object | kFBGapConstant |
| Constant interpolation. More... | |
| object | kFBGapLinear |
| Linear interpolation. More... | |
| object | kFBGapBezier |
| Bezier interpolation. More... | |
| object | kFBGapCurve |
| Cubic/curve interpolation. More... | |
| object | kFBGapSample |
| Sampled data. More... | |
| object kFBGapBezier |
Bezier interpolation.
| object kFBGapConstant |
Constant interpolation.
| object kFBGapCurve |
Cubic/curve interpolation.
| object kFBGapLinear |
Linear interpolation.
| object kFBGapRigidBody |
Use rigid body information.
| object kFBGapSample |
Sampled data.