Create3DPhysics6DOFJoint
Description
Creates a 6 degrees of freedom joint between object a and b. Returns a joint ID.
Definition
integer Create3DPhysics6DOFJoint( objA, objB, positionVec3, rotationVec3 )
int agk::Create3DPhysics6DOFJoint( UINT objA, UINT objB, int positionVec3, float rotationVec3 )
Parameters
- objA - first object ID
- objB - second object ID
- positionVec3 - vector ID
- rotationVec3 - vector ID