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

Packages that use GeometryConfig
com.threerings.opengl.effect Effect classes. 
com.threerings.opengl.effect.config Effect configurations. 
com.threerings.opengl.geometry.config Geometry configurations. 
com.threerings.opengl.material   
com.threerings.opengl.material.config Material configurations. 
com.threerings.opengl.model.config Model and animation configurations. 
 

Uses of GeometryConfig in com.threerings.opengl.effect
 

Methods in com.threerings.opengl.effect with parameters of type GeometryConfig
static ParticleGeometry ParticleGeometry.Meshes.create(GlContext ctx, Scope scope, PassDescriptor[] passes, GeometryConfig geom)
          Attempts to create mesh geometry, falling back on points if the specified geometry is unsuitable.
 

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

Subclasses of GeometryConfig in com.threerings.opengl.effect.config
static class ParticleSystemConfig.Lines
          Renders particles as lines or line strips.
static class ParticleSystemConfig.Meshes
          Renders particles as mesh instances.
static class ParticleSystemConfig.ParticleGeometryConfig
          Determines how particles are rendered.
static class ParticleSystemConfig.Points
          Renders particles as points.
static class ParticleSystemConfig.Quads
          Renders particles as quads or quad strips.
 

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

Subclasses of GeometryConfig in com.threerings.opengl.geometry.config
static class GeometryConfig.ArrayStored
          Array geometry.
static class GeometryConfig.IndexedStored
          Indexed geometry.
static class GeometryConfig.SkinnedIndexedStored
          Skinned indexed geometry.
static class GeometryConfig.Stored
          Superclass of configurations with stored geometry.
 

Fields in com.threerings.opengl.geometry.config declared as GeometryConfig
 GeometryConfig TransformedGeometry.geometry
          The geometry.
 

Methods in com.threerings.opengl.geometry.config that return GeometryConfig
static GeometryConfig GeometryConfig.createQuad(float sizeX, float sizeY, int divisionsX, int divisionsY)
          Creates a new GeometryConfig instance representing a quad extending from (-sizeX/2, -sizeY/2, 0) to (+sizeX/2, +sizeY/2, 0) with the specified number of divisions in x and y.
static GeometryConfig GeometryConfig.getQuad(int divisionsX, int divisionsY)
          Returns a shared GeometryConfig instance representing a quad extending from (-1, -1, 0) to (+1, +1, 0) with the specified number of divisions in x and y.
 GeometryConfig GeometryConfig.merge(List<TransformedGeometry> glist)
          Attempts to merge several transformed geometries.
 GeometryConfig GeometryConfig.Stored.merge(List<TransformedGeometry> glist)
           
 

Constructors in com.threerings.opengl.geometry.config with parameters of type GeometryConfig
TransformedGeometry(GeometryConfig geometry, Transform3D transform)
           
 

Uses of GeometryConfig in com.threerings.opengl.material
 

Constructors in com.threerings.opengl.material with parameters of type GeometryConfig
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.
 

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

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

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

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

Fields in com.threerings.opengl.model.config declared as GeometryConfig
 GeometryConfig ModelConfig.VisibleMesh.geometry
          The mesh geometry.
 

Methods in com.threerings.opengl.model.config that return GeometryConfig
 GeometryConfig ModelConfig.getParticleGeometry(GlContext ctx)
          Returns the GeometryConfig to use when this model is selected for use within a particle system (or null if it cannot be used).
 GeometryConfig ModelConfig.Implementation.getParticleGeometry(GlContext ctx)
          Returns the GeometryConfig to use when this model is selected for use within a particle system (or null if it cannot be used).
 GeometryConfig ModelConfig.Imported.getParticleGeometry(GlContext ctx)
           
 GeometryConfig ModelConfig.Derived.getParticleGeometry(GlContext ctx)
           
 GeometryConfig ModelConfig.BaseWrapper.getParticleGeometry(GlContext ctx)
           
 

Constructors in com.threerings.opengl.model.config with parameters of type GeometryConfig
ModelConfig.VisibleMesh(String texture, String tag, GeometryConfig geometry)
           
 



Copyright © 2011. All Rights Reserved.