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

Packages that use MaterialConfig
com.threerings.opengl.compositor.config Compositor configurations. 
com.threerings.opengl.effect.config Effect configurations. 
com.threerings.opengl.material   
com.threerings.opengl.material.config Material configurations. 
com.threerings.opengl.model   
com.threerings.opengl.model.config Model and animation configurations. 
 

Uses of MaterialConfig in com.threerings.opengl.compositor.config
 

Fields in com.threerings.opengl.compositor.config with type parameters of type MaterialConfig
 ConfigReference<MaterialConfig> StepConfig.RenderQuad.material
          The material to use when rendering the quad.
 

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

Fields in com.threerings.opengl.effect.config with type parameters of type MaterialConfig
 ConfigReference<MaterialConfig> ParticleSystemConfig.Layer.material
          The material to use for the particle system.
 

Uses of MaterialConfig in com.threerings.opengl.material
 

Methods in com.threerings.opengl.material that return MaterialConfig
 MaterialConfig Surface.getMaterialConfig()
          Returns a reference to this surface's material configuration.
 

Methods in com.threerings.opengl.material with parameters of type MaterialConfig
 void Surface.setMaterialConfig(MaterialConfig config)
          Sets the material configuration of this surface.
 

Method parameters in com.threerings.opengl.material with type arguments of type MaterialConfig
 void Surface.configUpdated(ConfigEvent<MaterialConfig> event)
           
 

Constructors in com.threerings.opengl.material with parameters of type MaterialConfig
Surface(GlContext ctx, Scope parentScope, GeometryConfig geometryConfig, MaterialConfig materialConfig)
          Creates a new surface.
Surface(GlContext ctx, Scope parentScope, GeometryConfig geometryConfig, MaterialConfig materialConfig, RenderQueue.Group group)
          Creates a new surface.
Surface(GlContext ctx, Scope parentScope, Geometry geometry, MaterialConfig materialConfig)
          Creates a new surface.
Surface(GlContext ctx, Scope parentScope, Geometry geometry, MaterialConfig materialConfig, RenderQueue.Group group)
          Creates a new surface.
 

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

Fields in com.threerings.opengl.material.config declared as MaterialConfig
 MaterialConfig GeometryMaterial.material
          The material config.
 

Fields in com.threerings.opengl.material.config with type parameters of type MaterialConfig
 ConfigReference<MaterialConfig> ProjectionConfig.material
          The projection material.
 ConfigReference<MaterialConfig> MaterialConfig.Derived.material
          The material reference.
 

Constructors in com.threerings.opengl.material.config with parameters of type MaterialConfig
GeometryMaterial(GeometryConfig geometry, MaterialConfig material)
           
 

Uses of MaterialConfig in com.threerings.opengl.model
 

Methods in com.threerings.opengl.model that return MaterialConfig
static MaterialConfig Model.getMaterialConfig(GlContext ctx, String texture, String tag, ModelConfig.Imported.MaterialMapping[] materialMappings, Map<String,MaterialConfig> materialConfigs)
          Resolves a material config through a cache.
 

Method parameters in com.threerings.opengl.model with type arguments of type MaterialConfig
 void Articulated.Node.createSurfaces(GlContext ctx, ModelConfig.Imported.MaterialMapping[] materialMappings, Map<String,MaterialConfig> materialConfigs)
          Creates the surfaces of this node.
 void Articulated.MeshNode.createSurfaces(GlContext ctx, ModelConfig.Imported.MaterialMapping[] materialMappings, Map<String,MaterialConfig> materialConfigs)
           
static MaterialConfig Model.getMaterialConfig(GlContext ctx, String texture, String tag, ModelConfig.Imported.MaterialMapping[] materialMappings, Map<String,MaterialConfig> materialConfigs)
          Resolves a material config through a cache.
 

Uses of MaterialConfig in com.threerings.opengl.model.config
 

Fields in com.threerings.opengl.model.config with type parameters of type MaterialConfig
 ConfigReference<MaterialConfig> ModelConfig.Imported.MaterialMapping.material
          The material for unskinned meshes.
 ConfigReference<MaterialConfig> GeneratedStaticConfig.Quad.material
          The material for the quad.
 

Methods in com.threerings.opengl.model.config that return types with arguments of type MaterialConfig
 ConfigReference<MaterialConfig> ModelConfig.getParticleMaterial(GlContext ctx)
          Returns a reference to the material to use when this model is selected for use within a particle system.
 ConfigReference<MaterialConfig> ModelConfig.Implementation.getParticleMaterial(GlContext ctx)
          Returns a reference to the material to use when this model is selected for use within a particle system.
 ConfigReference<MaterialConfig> ModelConfig.Imported.getParticleMaterial(GlContext ctx)
           
 ConfigReference<MaterialConfig> ModelConfig.Derived.getParticleMaterial(GlContext ctx)
           
 ConfigReference<MaterialConfig> ModelConfig.BaseWrapper.getParticleMaterial(GlContext ctx)
           
 



Copyright © 2011. All Rights Reserved.