3ds Max C++ API Reference
Loading...
Searching...
No Matches
Biped8Api.h File Reference
#include "../maxheap.h"
#include "BipedApi.h"
#include "IMixer8.h"

Classes

class  IBipedCopy
 A copy within a copy collection. More...
 
class  ICopyCollection
 A collection of copies. More...
 
class  IBipDriver8
 Interface into the biped driver controller for Max 8. More...
 

Macros

#define I_BIPDRIVER8   0x9167
 Biped interface identifier.
 
#define GetBipDriver8Interface(anim)   ((IBipDriver8*)(anim)->GetInterface(I_BIPDRIVER8))
 Gets the Biped interface.
 
#define SNAP_VIEW   0
 Snapshot of the active viewport.
 
#define SNAP_AUTO   1
 Snapshot camera position computed automatically to make a close up of the copied parts.
 
#define SNAP_NONE   2
 No Snapshot.
 
#define PST_DEF   0
 Paste the default TCB / IK values.
 
#define PST_COPY   1
 Paste the TCB / IK values which were stored in the copy.
 
#define PST_INTERP   2
 Paste an interpolation of the surrounding TCB / IK values.
 
#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.