Uses of Class
com.jmex.model.JointMesh

Packages that use JointMesh
com.jmex.model.animation   
 

Uses of JointMesh in com.jmex.model.animation
 

Fields in com.jmex.model.animation with type parameters of type JointMesh
 java.util.ArrayList<JointMesh> JointController.movingMeshes
          Array of all the meshes this controller should consider animating.
 

Methods in com.jmex.model.animation with parameters of type JointMesh
 void JointController.addJointMesh(JointMesh child)
          Adds a jointmesh for this JointController to consider animating.