Uses of Class
com.threerings.opengl.renderer.config.CoordSpace

Packages that use CoordSpace
com.threerings.opengl.geometry   
com.threerings.opengl.geometry.config Geometry configurations. 
com.threerings.opengl.renderer.config Renderer configuration bits. 
 

Uses of CoordSpace in com.threerings.opengl.geometry
 

Methods in com.threerings.opengl.geometry that return CoordSpace
 CoordSpace Geometry.getCoordSpace(int pass)
          Returns the coordinate space in which the specified pass is given.
 

Uses of CoordSpace in com.threerings.opengl.geometry.config
 

Fields in com.threerings.opengl.geometry.config declared as CoordSpace
 CoordSpace PassDescriptor.coordSpace
          The coordinate space in which the vertex shader works.
 

Uses of CoordSpace in com.threerings.opengl.renderer.config
 

Fields in com.threerings.opengl.renderer.config declared as CoordSpace
 CoordSpace ShaderConfig.Vertex.coordSpace
          The coordinate space in which the shader operates.
 

Methods in com.threerings.opengl.renderer.config that return CoordSpace
static CoordSpace CoordSpace.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CoordSpace[] CoordSpace.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011. All Rights Reserved.