Defines

Biped Modes

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

Defines

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

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 IBipMaster, and retrieved from the GetActiveModes function of IBipMaster. The first three modes and BMODE_BENDLINKS are mutually exculsive.


Define Documentation

#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
Value:
(BMODE_FIGURE|BMODE_FOOTSTEP|BMODE_MOTIONFLOW| \
                             BMODE_BUFFER|BMODE_RUBBERBAND| \
                             BMODE_BENDLINKS|BMODE_TWISTLINKS|BMODE_TWISTIND|BMODE_SMOOTHTWIST \
                             BMODE_SCALESTRIDE|BMODE_INPLACE|BMODE_MIXER|BMODE_MOVEALL)

All Modes.