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

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

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

Subclasses of ModelDef.TriMeshDef in com.threerings.opengl.model.tools
static class ModelDef.SkinMeshDef
          Represents a triangle mesh whose vertices are influenced by sets of bones.
 

Methods in com.threerings.opengl.model.tools with parameters of type ModelDef.TriMeshDef
 void ModelDef.TriMeshDef.merge(ModelDef.TriMeshDef omesh)
          Merges another mesh (assumed to have the same configuration, transform, etc.) into this one.
 void ModelDef.SpatialDef.mergeMeshes(ModelDef.TriMeshDef mesh)
          Merges all of the meshes under this node.
 void ModelDef.TriMeshDef.mergeMeshes(ModelDef.TriMeshDef mesh)
           
 void ModelDef.SpatialDef.mergeSkinMeshes(ModelDef.TriMeshDef mesh)
          Merges all of the skin meshes under this node.
 void ModelDef.SkinMeshDef.mergeSkinMeshes(ModelDef.TriMeshDef mesh)
           
 

Method parameters in com.threerings.opengl.model.tools with type arguments of type ModelDef.TriMeshDef
 void ModelDef.SpatialDef.mergeMeshes(HashMap<Object,ModelDef.TriMeshDef> meshes)
          Merges meshes with the same properties under this node.
 void ModelDef.TriMeshDef.mergeMeshes(HashMap<Object,ModelDef.TriMeshDef> meshes)
           
 



Copyright © 2011. All Rights Reserved.