gestalt.p5
Class Model

java.lang.Object
  extended by gestalt.model.Model
      extended by gestalt.p5.Model
All Implemented Interfaces:
Drawable

public class Model
extends Model


Constructor Summary
Model(ModelData theModelData, Mesh theModelView)
           
 
Method Summary
 Material material()
           
 Vector3f position()
           
 Vector3f rotation()
           
 Vector3f scale()
           
 TexturePlugin texture()
           
 TransformMatrix4f transform()
           
 
Methods inherited from class gestalt.model.Model
add, calculateBoundingBox, draw, getAnimations, getBoundingBoxData, getNumberOfFrames, getNumberOfVerticesPerFrame, getSortData, getSortValue, getView, isActive, isSortable, mesh, name, removeBoundingBoxView, setActive, setAnimations, setBoundingBoxView, setSortValue, setViewLength, setViewStart, showAllFrames
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Model

public Model(ModelData theModelData,
             Mesh theModelView)
Method Detail

position

public Vector3f position()

rotation

public Vector3f rotation()

scale

public Vector3f scale()

transform

public TransformMatrix4f transform()

texture

public TexturePlugin texture()

material

public Material material()


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