Uses of Class
com.threerings.opengl.material.config.TechniqueConfig

Packages that use TechniqueConfig
com.threerings.opengl.material   
com.threerings.opengl.material.config Material configurations. 
 

Uses of TechniqueConfig in com.threerings.opengl.material
 

Methods in com.threerings.opengl.material that return TechniqueConfig
 TechniqueConfig Projection.getTechnique()
          Returns a reference to the technique to use to render this projection.
static TechniqueConfig Projection.rewrite(TechniqueConfig technique, Projection[] projections)
          Rewrites a technique to include the supplied projections.
 

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

Constructors in com.threerings.opengl.material with parameters of type TechniqueConfig
Projection(TechniqueConfig technique, ColorState colorState)
          Creates a new projection.
 

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

Fields in com.threerings.opengl.material.config declared as TechniqueConfig
 TechniqueConfig[] MaterialConfig.Original.techniques
          The techniques available to render the material.
 

Methods in com.threerings.opengl.material.config that return TechniqueConfig
 TechniqueConfig MaterialConfig.getTechnique(GlContext ctx, String scheme)
          Finds a technique to render this material.
abstract  TechniqueConfig MaterialConfig.Implementation.getTechnique(GlContext ctx, String scheme)
          Returns a technique to use to render this material.
 TechniqueConfig MaterialConfig.Original.getTechnique(GlContext ctx, String scheme)
           
 TechniqueConfig MaterialConfig.Derived.getTechnique(GlContext ctx, String scheme)
           
 TechniqueConfig TechniqueConfig.process(GlContext ctx, boolean fallback)
          Processes this technique to accommodate the features of the hardware.
 TechniqueConfig MaterialRewriter.rewrite(TechniqueConfig technique)
          Returns a new technique that is the rewritten version of the technique supplied.
 

Methods in com.threerings.opengl.material.config with parameters of type TechniqueConfig
 TechniqueConfig MaterialRewriter.rewrite(TechniqueConfig technique)
          Returns a new technique that is the rewritten version of the technique supplied.
 



Copyright © 2011. All Rights Reserved.