Uses of Class
com.jmex.model.ogrexml.anim.MeshAnimation

Packages that use MeshAnimation
com.jmex.model.ogrexml.anim   
 

Uses of MeshAnimation in com.jmex.model.ogrexml.anim
 

Methods in com.jmex.model.ogrexml.anim that return MeshAnimation
(package private)  MeshAnimation Animation.getMeshAnimation()
           
static MeshAnimation MeshAnimationLoader.loadMeshAnimation(org.w3c.dom.Node animationNode, java.util.List<Pose> poseList, OgreMesh sharedgeom, java.util.List<OgreMesh> submeshes)
           
 

Methods in com.jmex.model.ogrexml.anim with parameters of type MeshAnimation
(package private)  void Animation.setMeshAnimation(MeshAnimation meshAnim)
           
 

Constructors in com.jmex.model.ogrexml.anim with parameters of type MeshAnimation
Animation(BoneAnimation boneAnim, MeshAnimation meshAnim)