Uses of Class
com.threerings.opengl.model.config.ModelConfig.MeshSet

Packages that use ModelConfig.MeshSet
com.threerings.opengl.model.config Model and animation configurations. 
com.threerings.opengl.model.tools   
 

Uses of ModelConfig.MeshSet in com.threerings.opengl.model.config
 

Fields in com.threerings.opengl.model.config declared as ModelConfig.MeshSet
 ModelConfig.MeshSet StaticConfig.meshes
          The meshes comprising this model.
 ModelConfig.MeshSet ArticulatedConfig.skin
          The skin meshes.
 

Fields in com.threerings.opengl.model.config with type parameters of type ModelConfig.MeshSet
 TreeMap<String,ModelConfig.MeshSet> StaticSetConfig.meshes
          Maps top-level node names to meshes.
 

Uses of ModelConfig.MeshSet in com.threerings.opengl.model.tools
 

Methods in com.threerings.opengl.model.tools that return ModelConfig.MeshSet
 ModelConfig.MeshSet ModelDef.SpatialDef.createMeshes(ModelConfig.Imported config)
          Creates a set of meshes for this node.
 



Copyright © 2011. All Rights Reserved.