com.threerings.opengl.model.tools
Class ModelDef.NodeDef

java.lang.Object
  extended by com.threerings.opengl.model.tools.ModelDef.SpatialDef
      extended by com.threerings.opengl.model.tools.ModelDef.NodeDef
Enclosing class:
ModelDef

public static class ModelDef.NodeDef
extends ModelDef.SpatialDef

Represents a node without geometry.


Field Summary
 
Fields inherited from class com.threerings.opengl.model.tools.ModelDef.SpatialDef
bone, childDefs, name, parent, parentDef, point, rotation, scale, translation
 
Constructor Summary
ModelDef.NodeDef()
           
 
Method Summary
 ArticulatedConfig.Node createNode(ArticulatedConfig config, boolean haveCollisionMesh)
          Creates an articulation node.
 
Methods inherited from class com.threerings.opengl.model.tools.ModelDef.SpatialDef
createChildNodes, createMeshes, getTransformMatrix, mergeMeshes, mergeMeshes, mergeSkinMeshes, mergeSkinMeshes, removeBoneWeights, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelDef.NodeDef

public ModelDef.NodeDef()
Method Detail

createNode

public ArticulatedConfig.Node createNode(ArticulatedConfig config,
                                         boolean haveCollisionMesh)
Description copied from class: ModelDef.SpatialDef
Creates an articulation node.

Specified by:
createNode in class ModelDef.SpatialDef


Copyright © 2011. All Rights Reserved.