protected class RagdollPreset.JointPreset
extends java.lang.Object
Constructor and Description |
---|
JointPreset()
Instantiate a preset with no motion allowed.
|
JointPreset(float maxX,
float minX,
float maxY,
float minY,
float maxZ,
float minZ) |
Modifier and Type | Method and Description |
---|---|
void |
setupJoint(SixDofJoint joint)
Apply this preset to the specified joint.
|
public JointPreset()
public JointPreset(float maxX, float minX, float maxY, float minY, float maxZ, float minZ)
public void setupJoint(SixDofJoint joint)
joint
- where to apply (not null, modified)