Uses of Class
com.threerings.opengl.material.Projection

Packages that use Projection
com.threerings.opengl.material   
com.threerings.opengl.material.config Material configurations. 
com.threerings.opengl.scene Scene management classes. 
 

Uses of Projection in com.threerings.opengl.material
 

Methods in com.threerings.opengl.material with parameters of type Projection
static TechniqueConfig Projection.rewrite(TechniqueConfig technique, Projection[] projections)
          Rewrites a technique to include the supplied projections.
 

Uses of Projection in com.threerings.opengl.material.config
 

Methods in com.threerings.opengl.material.config that return Projection
 Projection ProjectionConfig.createProjection(GlContext ctx, Scope scope, ArrayList<Updater> updaters)
          Creates a projection object corresponding to this configuration.
 

Uses of Projection in com.threerings.opengl.scene
 

Methods in com.threerings.opengl.scene that return Projection
 Projection SceneInfluence.getProjection()
          Returns the projection associated with this influence, or null for none.
 Projection ProjectorInfluence.getProjection()
           
 Projection[] SceneInfluenceSet.getProjections(Projection[] projections)
          Returns the set of projections for this influence set.
 

Methods in com.threerings.opengl.scene with parameters of type Projection
 Projection[] SceneInfluenceSet.getProjections(Projection[] projections)
          Returns the set of projections for this influence set.
 

Constructors in com.threerings.opengl.scene with parameters of type Projection
ProjectorInfluence(Projection projection)
          Creates a new projector influence.
 



Copyright © 2011. All Rights Reserved.