Toggle the navigation pane
Add to Favorites
Home: Autodesk 3ds Max SDK Documentation
Share
Translate this page
Powered by
Microsoft® Translator
InitJointData Class Reference
Main Page
Public Attributes
InitJointData Class Reference
Search for all occurrences
#include <control.h>
Inheritance diagram for InitJointData:
Class Description
See also:
Class
Control
.
Description:
This class is passed to
Control::InitIKJoints()
which is called when importing R4 3DS files that have IK joint data.
Data Members:
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.
Public Attributes
BOOL
active
[3]
BOOL
limit
[3]
BOOL
ease
[3]
Point3
min
Point3
max
Point3
damping
Member Data Documentation
BOOL
active
[3]
Search for all occurrences
BOOL
limit
[3]
Search for all occurrences
BOOL
ease
[3]
Search for all occurrences
Point3
min
Search for all occurrences
Point3
max
Search for all occurrences
Point3
damping
Search for all occurrences