Uses of Class
simogl.geometry.MeshVA

Packages that use MeshVA
simogl.factory   
simogl.model.modelloader   
 

Uses of MeshVA in simogl.factory
 

Methods in simogl.factory that return MeshVA
static MeshVA MeshFactory.createGoblin(javax.media.opengl.GL gl, boolean drawShadow)
          Returns a new instance of a goblin model.
static MeshVA MeshFactory.createHouse(javax.media.opengl.GL gl, boolean drawShadow)
          Returns a new instance of a house model.
 

Uses of MeshVA in simogl.model.modelloader
 

Methods in simogl.model.modelloader that return MeshVA
static MeshVA MD2Importer.importModel(java.io.File file, int keyframe, int preferredSkin, com.sun.opengl.util.texture.Texture texture, float scale)
          Loads a model from a md2 file and makes a mesh of it.