Class InitJointData2

3DS Max Plug-In SDK

Class InitJointData2

See Also: Class InitJointData

class InitJointData2 : public InitJointData

Description:

This class is passed to Control::InitIKJoints2() which is called when importing R4 3DS files that have IK joint data. This class contains the added preferredAngle parameter.

Data Members:

public:

Point3 preferredAngle;

The preferred angle.

DWORD flags;

Not used (must be 0), reserved for future expansion.

Prototype:

InitJointData2();

Remarks:

Constructor.