Uses of Package
com.threerings.opengl.model.tools

Packages that use com.threerings.opengl.model.tools
com.threerings.opengl.effect.tools   
com.threerings.opengl.model.tools   
com.threerings.opengl.model.tools.xml   
 

Classes in com.threerings.opengl.model.tools used by com.threerings.opengl.effect.tools
ModelTool
          Base class for tools that view or manipulate a single model (like the model viewer and particle editor).
 

Classes in com.threerings.opengl.model.tools used by com.threerings.opengl.model.tools
AnimationDef.FrameDef
          A single frame of the animation.
AnimationDef.TransformDef
          A transform for a single node.
ModelDef.BoneWeight
          The influence of a single bone on a vertex.
ModelDef.Extra
          An extra bit of data associated with a vertex.
ModelDef.SkinMeshDef
          Represents a triangle mesh whose vertices are influenced by sets of bones.
ModelDef.SpatialDef
          The abstract base class of the nodes stored in the model definition.
ModelDef.TriMeshDef
          Represents a triangle mesh.
ModelDef.Vertex
          A single vertex in a mesh.
ModelTool
          Base class for tools that view or manipulate a single model (like the model viewer and particle editor).
 

Classes in com.threerings.opengl.model.tools used by com.threerings.opengl.model.tools.xml
AnimationDef
          An intermediate representation for animations used to store data parsed from XML.
ModelDef
          An intermediate representation for models used to store data parsed from XML.
 



Copyright © 2011. All Rights Reserved.