Uses of Class
com.threerings.opengl.model.tools.ModelDef.Vertex

Packages that use ModelDef.Vertex
com.threerings.opengl.model.tools   
 

Uses of ModelDef.Vertex in com.threerings.opengl.model.tools
 

Subclasses of ModelDef.Vertex in com.threerings.opengl.model.tools
static class ModelDef.SkinVertex
          A vertex with bone influences.
 

Fields in com.threerings.opengl.model.tools with type parameters of type ModelDef.Vertex
 com.threerings.opengl.model.tools.ModelDef.HashArrayList<ModelDef.Vertex> ModelDef.TriMeshDef.vertices
          The vertices of the mesh.
 

Methods in com.threerings.opengl.model.tools with parameters of type ModelDef.Vertex
 void ModelDef.TriMeshDef.addVertex(ModelDef.Vertex vertex)
          Called by the parser to add a vertex to this mesh.
 void ModelDef.SkinMeshDef.addVertex(ModelDef.Vertex vertex)
           
 



Copyright © 2011. All Rights Reserved.