Uses of Class
com.threerings.opengl.model.Articulated.Node

Packages that use Articulated.Node
com.threerings.opengl.model   
com.threerings.opengl.model.config Model and animation configurations. 
 

Uses of Articulated.Node in com.threerings.opengl.model
 

Subclasses of Articulated.Node in com.threerings.opengl.model
static class Articulated.MeshNode
          A node that contains a (visible and/or collision) mesh.
 

Methods in com.threerings.opengl.model that return Articulated.Node
 Articulated.Node Articulated.getNode(String name)
          Returns a reference to the node with the specified name.
 

Uses of Articulated.Node in com.threerings.opengl.model.config
 

Methods in com.threerings.opengl.model.config with parameters of type Articulated.Node
abstract  Updater ArticulatedConfig.NodeTransform.createUpdater(GlContext ctx, Articulated.Node node)
          Creates the updater that will apply the node transform.
 Updater ArticulatedConfig.Billboard.createUpdater(GlContext ctx, Articulated.Node node)
           
 Updater ArticulatedConfig.Upright.createUpdater(GlContext ctx, Articulated.Node node)
           
 

Method parameters in com.threerings.opengl.model.config with type arguments of type Articulated.Node
 void ArticulatedConfig.Node.getArticulatedNodes(GlContext ctx, Scope scope, IdentityHashMap<ArticulatedConfig.Node,Articulated.Node> onodes, ArrayList<Articulated.Node> nnodes, Transform3D parentWorldTransform, Transform3D parentViewTransform)
          (Re)creates the list of articulated nodes for this config.
 void ArticulatedConfig.Node.getArticulatedNodes(GlContext ctx, Scope scope, IdentityHashMap<ArticulatedConfig.Node,Articulated.Node> onodes, ArrayList<Articulated.Node> nnodes, Transform3D parentWorldTransform, Transform3D parentViewTransform)
          (Re)creates the list of articulated nodes for this config.
 



Copyright © 2011. All Rights Reserved.