Set3DPhysicsJointSliderLinearLimits
Description
Sets the Linear limits for a slider joint. To unlock the joint set the lower limit greater than upper limit.
Definition
Set3DPhysicsJointSliderLinearLimits( jointID, lowerLimit, upperLimit )
void agk::Set3DPhysicsJointSliderLinearLimits( UINT jointID, float lowerLimit, float upperLimit )
Parameters
- jointID - Id of joint
- lowerLimit - The lower limit
- upperLimit - The upper limit