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

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

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

Fields in com.jmex.model.ogrexml.anim declared as Pose
(package private)  Pose[] PoseTrack.PoseFrame.poses
           
 

Methods in com.jmex.model.ogrexml.anim that return Pose
static Pose MeshAnimationLoader.loadPose(org.w3c.dom.Node poseNode, int targetMeshIndex)
           
 

Methods in com.jmex.model.ogrexml.anim that return types with arguments of type Pose
static java.util.List<Pose> MeshAnimationLoader.loadPoses(org.w3c.dom.Node posesNode, OgreMesh sharedgeom, java.util.List<OgreMesh> submeshes)
           
 

Method parameters in com.jmex.model.ogrexml.anim with type arguments of type Pose
static MeshAnimation MeshAnimationLoader.loadMeshAnimation(org.w3c.dom.Node animationNode, java.util.List<Pose> poseList, OgreMesh sharedgeom, java.util.List<OgreMesh> submeshes)
           
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)
           
static PoseTrack MeshAnimationLoader.loadPoseTrack(org.w3c.dom.Node trackNode, int targetMeshIndex, java.util.List<Pose> posesList)
           
 

Constructors in com.jmex.model.ogrexml.anim with parameters of type Pose
PoseTrack.PoseFrame(Pose[] poses, float[] weights)