The following are flags which describe new biped modes in Max 8.
They can be sent to the BeginModes and EndModes functions of IBipMaster, and retrieved from the GetActiveModes function of IBipMaster. The first three modes and BMODE_BENDLINKS are mutually exculsive.
Macros | |
#define | BMODE_TWISTLINKS (1<<12) |
Twist Links Mode. More... | |
#define | BMODE_TWISTIND (1<<13) |
Twist Individual Mode. More... | |
#define | BMODE_SMOOTHTWIST (1<<14) |
Smooth Twist Mode. More... | |
#define | BMODE_ALL |
All Modes. More... | |
#define BMODE_TWISTLINKS (1<<12) |
Twist Links Mode.
#define BMODE_TWISTIND (1<<13) |
Twist Individual Mode.
#define BMODE_SMOOTHTWIST (1<<14) |
Smooth Twist Mode.
#define BMODE_ALL |
All Modes.