com.threed.jpct.skeleton.loader
Class OgreXMLLoader

java.lang.Object
  extended by com.threed.jpct.skeleton.loader.OgreXMLLoader

public class OgreXMLLoader
extends java.lang.Object


Constructor Summary
OgreXMLLoader()
           
 
Method Summary
static SkeletalObject3D[] loadOgreXML(java.io.InputStream in, java.io.InputStream skeletonIn, float newScale)
          Loads a model, and it's skeleton from InputStreams.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OgreXMLLoader

public OgreXMLLoader()
Method Detail

loadOgreXML

public static SkeletalObject3D[] loadOgreXML(java.io.InputStream in,
                                             java.io.InputStream skeletonIn,
                                             float newScale)
Loads a model, and it's skeleton from InputStreams. Uses SkeletalObject3D, and its API to permit skeletal animations, and other effects.

Parameters:
in - InputStream of model file.
skeletonIn - InputStream of skeleton file.
newScale - Model scale factor.
Returns:
array of SkeletalObject3Ds.