Uses of Class
com.threerings.opengl.geometry.config.DeformerConfig

Packages that use DeformerConfig
com.threerings.opengl.effect.config Effect configurations. 
com.threerings.opengl.geometry.config Geometry configurations. 
com.threerings.opengl.material.config Material configurations. 
 

Uses of DeformerConfig in com.threerings.opengl.effect.config
 

Methods in com.threerings.opengl.effect.config with parameters of type DeformerConfig
 Geometry ParticleSystemConfig.Points.createGeometry(GlContext ctx, Scope scope, DeformerConfig deformer, PassDescriptor[] passes)
           
 Geometry ParticleSystemConfig.Lines.createGeometry(GlContext ctx, Scope scope, DeformerConfig deformer, PassDescriptor[] passes)
           
 Geometry ParticleSystemConfig.Quads.createGeometry(GlContext ctx, Scope scope, DeformerConfig deformer, PassDescriptor[] passes)
           
 Geometry ParticleSystemConfig.Meshes.createGeometry(GlContext ctx, Scope scope, DeformerConfig deformer, PassDescriptor[] passes)
           
 

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

Subclasses of DeformerConfig in com.threerings.opengl.geometry.config
static class DeformerConfig.Skin
          Performs software skinning.
 

Methods in com.threerings.opengl.geometry.config with parameters of type DeformerConfig
abstract  Geometry GeometryConfig.createGeometry(GlContext ctx, Scope scope, DeformerConfig deformer, PassDescriptor[] passes)
          Creates an instance of the geometry described by this config.
 Geometry GeometryConfig.Stored.createGeometry(GlContext ctx, Scope scope, DeformerConfig deformer, PassDescriptor[] passes)
           
 

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

Fields in com.threerings.opengl.material.config declared as DeformerConfig
 DeformerConfig TechniqueConfig.deformer
          The deformer to apply to the geometry.
 



Copyright © 2011. All Rights Reserved.