3ds Max C++ API Reference
Biped Modes

The following are flags which describe new biped modes in Max 8. More...

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...
 

Detailed Description

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.

Macro Definition Documentation

◆ BMODE_TWISTLINKS

#define BMODE_TWISTLINKS   (1<<12)

Twist Links Mode.

◆ BMODE_TWISTIND

#define BMODE_TWISTIND   (1<<13)

Twist Individual Mode.

◆ BMODE_SMOOTHTWIST

#define BMODE_SMOOTHTWIST   (1<<14)

Smooth Twist Mode.

◆ BMODE_ALL

#define BMODE_ALL
Value:
BMODE_BUFFER|BMODE_RUBBERBAND| \
BMODE_BENDLINKS|BMODE_TWISTLINKS|BMODE_TWISTIND|BMODE_SMOOTHTWIST \
#define BMODE_MOTIONFLOW
Definition: BipedApi.h:52
#define BMODE_FIGURE
Definition: BipedApi.h:50
#define BMODE_MIXER
Definition: BipedApi.h:60
#define BMODE_RUBBERBAND
Definition: BipedApi.h:55
#define BMODE_INPLACE
Definition: BipedApi.h:57
#define BMODE_MOVEALL
Definition: BipedApi.h:61
#define BMODE_FOOTSTEP
Definition: BipedApi.h:51
#define BMODE_TWISTLINKS
Twist Links Mode.
Definition: Biped8Api.h:59
#define BMODE_TWISTIND
Twist Individual Mode.
Definition: Biped8Api.h:60

All Modes.