Class InitJointData

3DS Max Plug-In SDK

Class InitJointData

See Also: Class Control.

class InitJointData

Description:

This class is passed to Control::InitIKJoints() which is called when importing R4 3DS files that have IK joint data.

Data Members:

public:

BOOL active[3];

The joint active settings. Index 0=X, 1=Y, 2=Z.

BOOL limit[3];

The joint limit settings. Index 0=X, 1=Y, 2=Z.

BOOL ease[3];

The joint ease settings. Index 0=X, 1=Y, 2=Z.

Point3 min, max, damping;

The joint min, max and damping settings.