Set3DPhysicsTwistJointMotorRotationTarget
Description
Set the target velocity for a twist joint. Must be called in the loop. Enable joint first with Set3DPhysicsTwistJointMotorIsEnabled()
Definition
Set3DPhysicsTwistJointMotorRotationTarget( jointID, rotationVec3ID )
void agk::Set3DPhysicsTwistJointMotorRotationTarget( UINT jointID, int rotationVec3ID )
Parameters
- jointID - Id of joint
- rotationVec3ID - The Id of a Vector which has the rotation target for a twist joint motor.