Set3DPhysicsJointHingeLimits
Description
Sets the angular limits for a hinge joint in degrees. To unlock the joint set the lower limit greater than upper limit.
Definition
Set3DPhysicsJointHingeLimits( jointID, minAng, maxAng )
void agk::Set3DPhysicsJointHingeLimits( UINT jointID, float minAng, float maxAng )
Parameters
- jointID - Id of joint
- minAng - The minimum angle in degrees.
- maxAng - The maximum angle in degrees.