Set3DPhysicsJointSliderAngularLimits
Description
Sets the Angular limits for a slider joint. To unlock the joint set the lower limit greater than upper limit.
Definition
Set3DPhysicsJointSliderAngularLimits( jointID, lowerLimit, upperLimit )
void agk::Set3DPhysicsJointSliderAngularLimits( uint32_t jointID, float lowerLimit, float upperLimit )
Parameters
- jointID - Id of joint
- lowerLimit - The Lower limit in degrees
- upperLimit - The upper limit in degrees