Uses of Class
com.threerings.expr.Scoped

Packages that use Scoped
com.threerings.opengl.model   
com.threerings.opengl.scene Scene management classes. 
 

Uses of Scoped in com.threerings.opengl.model
 

Methods in com.threerings.opengl.model with annotations of type Scoped
 Matrix4f Articulated.getBoneMatrix(String name)
          Returns a reference to the bone matrix for the named node.
 Articulated.Node Articulated.getNode(String name)
          Returns a reference to the node with the specified name.
 

Uses of Scoped in com.threerings.opengl.scene
 

Methods in com.threerings.opengl.scene with annotations of type Scoped
 Scene.Transient Scene.getFromTransientPool(ConfigReference<ModelConfig> ref)
          Returns an instance of the referenced model from the transient pool.
 void Scene.returnToTransientPool(Scene.Transient model)
          Returns a model to the transient pool.
 Scene.Transient Scene.spawnTransient(ConfigReference<ModelConfig> ref, Transform3D transform)
          Spawns a transient model.
 



Copyright © 2011. All Rights Reserved.