com.jmex.model.ogrexml.anim
Class SkeletonLoader

java.lang.Object
  extended by com.jmex.model.ogrexml.anim.SkeletonLoader

public class SkeletonLoader
extends java.lang.Object


Constructor Summary
SkeletonLoader()
           
 
Method Summary
static Skeleton loadSkeleton(org.w3c.dom.Node skeletonNode)
          Loads a skeleton object given XML node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkeletonLoader

public SkeletonLoader()
Method Detail

loadSkeleton

public static final Skeleton loadSkeleton(org.w3c.dom.Node skeletonNode)
Loads a skeleton object given XML node. All BONEs bind and inverseBind matrices will contain valid values.

Parameters:
skeletonNode -
Returns: