3ds Max C++ API Reference
|
The following are flags which describe new biped modes in Max 8. More...
Macros | |
#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. | |
The following are flags which describe new biped modes in Max 8.
They can be sent to the BeginModes and EndModes functions of IBipDriver, and retrieved from the GetActiveModes function of IBipDriver. The first three modes and BMODE_BENDLINKS are mutually exculsive.
#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.