3ds Max C++ API Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
BIP file load max object retargeting options

The following are flags used to describe how to retarget max objects loaded from a BIP file. More...

Enumerations

enum  { kRETARGET_NONE =1 , kRETARGET_HEIGHT =2 , kRETARGET_LIMB =3 }
 

Detailed Description

The following are flags used to describe how to retarget max objects loaded from a BIP file.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
kRETARGET_NONE 

The position of the objects in the BIP file are not changed.

kRETARGET_HEIGHT 

The position of the objects in the BIP file adapt to the size of the target biped based on height.

kRETARGET_LIMB 

The position of the objects in the BIP file adapt to the size of the target biped based on limb sizes.

36 {
40 };
@ kRETARGET_HEIGHT
The position of the objects in the BIP file adapt to the size of the target biped based on height.
Definition: Biped10Api.h:38
@ kRETARGET_LIMB
The position of the objects in the BIP file adapt to the size of the target biped based on limb sizes...
Definition: Biped10Api.h:39
@ kRETARGET_NONE
The position of the objects in the BIP file are not changed.
Definition: Biped10Api.h:37