com.threerings.opengl.effect.config
Class ParticleSystemConfig.Points
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.geometry.config.GeometryConfig
com.threerings.opengl.effect.config.ParticleSystemConfig.ParticleGeometryConfig
com.threerings.opengl.effect.config.ParticleSystemConfig.Points
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ParticleSystemConfig
public static class ParticleSystemConfig.Points
- extends ParticleSystemConfig.ParticleGeometryConfig
Renders particles as points.
ParticleSystemConfig.Points
public ParticleSystemConfig.Points()
getRadius
public float getRadius(GlContext ctx)
- Description copied from class:
ParticleSystemConfig.ParticleGeometryConfig
- Returns the radius of the geometry (used to expand the bounds).
- Overrides:
getRadius in class ParticleSystemConfig.ParticleGeometryConfig
createGeometry
public Geometry createGeometry(GlContext ctx,
Scope scope,
DeformerConfig deformer,
PassDescriptor[] passes)
- Description copied from class:
GeometryConfig
- Creates an instance of the geometry described by this config.
- Specified by:
createGeometry in class GeometryConfig
Copyright © 2011. All Rights Reserved.