クラス
com.jme3.bullet.joints.SixDofJoint の使用

SixDofJoint を使用しているパッケージ
com.jme3.bullet.control   
com.jme3.bullet.control.ragdoll   
 

com.jme3.bullet.control での SixDofJoint の使用
 

SixDofJoint を返す com.jme3.bullet.control のメソッド
 SixDofJoint KinematicRagdollControl.getJoint(java.lang.String boneName)
          Return the joint between the given bone and its parent.
 

com.jme3.bullet.control.ragdoll での SixDofJoint の使用
 

SixDofJoint 型のパラメータを持つ com.jme3.bullet.control.ragdoll のメソッド
static void RagdollUtils.setJointLimit(SixDofJoint joint, float maxX, float minX, float maxY, float minY, float maxZ, float minZ)
           
 void RagdollPreset.setupJointForBone(java.lang.String boneName, SixDofJoint joint)