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

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

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

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

Fields in com.threerings.opengl.model.tools declared as ModelDef.SpatialDef
 ModelDef.SpatialDef ModelDef.SpatialDef.parentDef
          The definition of the node's parent.
 

Fields in com.threerings.opengl.model.tools with type parameters of type ModelDef.SpatialDef
 ArrayList<ModelDef.SpatialDef> ModelDef.SpatialDef.childDefs
          The definitions of the node's children.
 HashMap<String,ModelDef.SpatialDef> ModelDef.spatials
          The nodes in the model, mapped by name.
 

Methods in com.threerings.opengl.model.tools with parameters of type ModelDef.SpatialDef
 void ModelDef.addSpatial(ModelDef.SpatialDef spatial)
          Called by the parser to add a node to this model.
 



Copyright © 2011. All Rights Reserved.