gestalt.model
Class ModelUtil

java.lang.Object
  extended by gestalt.model.ModelUtil

public class ModelUtil
extends java.lang.Object


Constructor Summary
ModelUtil()
           
 
Method Summary
static java.util.Vector<ModelAnimation> getAnimations(java.io.InputStream theAnimationsFile)
           
static int getGestaltPrimitiveType(java.lang.String theType)
           
static float[] rearrangeVertices(float[] theVertices, int[] theIndices, int theNumberOfVertexComponents, Vector3f theScale, Vector3f thePosition)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelUtil

public ModelUtil()
Method Detail

getGestaltPrimitiveType

public static int getGestaltPrimitiveType(java.lang.String theType)

rearrangeVertices

public static float[] rearrangeVertices(float[] theVertices,
                                        int[] theIndices,
                                        int theNumberOfVertexComponents,
                                        Vector3f theScale,
                                        Vector3f thePosition)

getAnimations

public static java.util.Vector<ModelAnimation> getAnimations(java.io.InputStream theAnimationsFile)


processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009