|
@@ -82,7 +82,7 @@ Now consider some examples of objects with joints:
|
|
|
* A person's arm can rotate around some axes, but not around others. The shoulder joint allows one and restricts the other.
|
|
|
* A door hinge is one of the most restricted types of joint: It can only rotate around one axis.
|
|
|
|
|
|
-You'll understand that, when creating any type of joint, it is important to correctly specify the DOFs that the joint restricts, and the DOFs that the joint allows. For the typical DOF of a xref:ragdoll.adoc[ragDoll] character's limbs, jME even offers a special joint, `ConeJoint`.
|
|
|
+You'll understand that, when creating any type of joint, it is important to correctly specify the DOFs that the joint restricts, and the DOFs that the joint allows. For the typical DOF of a xref:control/ragdoll.adoc[ragDoll] character's limbs, jME even offers a special joint, `ConeJoint`.
|
|
|
|
|
|
|
|
|
== Creating the Joint
|