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

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

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

Method parameters in com.jmex.model.ogrexml.anim with type arguments of type Animation
static void BoneAnimationLoader.loadAnimations(org.w3c.dom.Node animationsNode, Skeleton skeleton, java.util.Map<java.lang.String,Animation> store)
           
static void MeshAnimationLoader.loadMeshAnimations(org.w3c.dom.Node animationsNode, java.util.List<Pose> poseList, OgreMesh sharedgeom, java.util.List<OgreMesh> submeshes, java.util.Map<java.lang.String,Animation> animations)
           
 

Constructor parameters in com.jmex.model.ogrexml.anim with type arguments of type Animation
MeshAnimationController(OgreMesh[] meshes, Skeleton skeleton, java.util.Map<java.lang.String,Animation> anims)