|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.geometry.config.GeometryConfig
com.threerings.opengl.effect.config.ParticleSystemConfig.ParticleGeometryConfig
@EditorTypes(value={ParticleSystemConfig.Points.class,ParticleSystemConfig.Lines.class,ParticleSystemConfig.Quads.class,ParticleSystemConfig.Meshes.class})
public abstract static class ParticleSystemConfig.ParticleGeometryConfigDetermines how particles are rendered.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.threerings.opengl.geometry.config.GeometryConfig |
|---|
GeometryConfig.ArrayStored, GeometryConfig.AttributeArrayConfig, GeometryConfig.IndexedStored, GeometryConfig.Mode, GeometryConfig.SkinnedIndexedStored, GeometryConfig.Stored |
| Constructor Summary | |
|---|---|
ParticleSystemConfig.ParticleGeometryConfig()
|
|
| Method Summary | |
|---|---|
Box |
getBounds()
Returns the bounds of the geometry. |
boolean |
getMoveTrailsWithParticles()
Returns whether or not to move the particle trails with the particles. |
float |
getRadius(GlContext ctx)
Returns the radius of the geometry (used to expand the bounds). |
int |
getSegments()
Returns the number of segments in each particle. |
void |
getUpdateReferences(ConfigReferenceSet refs)
Adds the geometry's update references to the provided set. |
| Methods inherited from class com.threerings.opengl.geometry.config.GeometryConfig |
|---|
createGeometry, createQuad, getQuad, merge |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ParticleSystemConfig.ParticleGeometryConfig()
| Method Detail |
|---|
public void getUpdateReferences(ConfigReferenceSet refs)
public int getSegments()
public boolean getMoveTrailsWithParticles()
public float getRadius(GlContext ctx)
public Box getBounds()
GeometryConfig
getBounds in class GeometryConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||