com.threerings.opengl.effect.config
Class PlacerConfig.Shell
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.effect.config.PlacerConfig
com.threerings.opengl.effect.config.PlacerConfig.Shell
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- PlacerConfig
public static class PlacerConfig.Shell
- extends PlacerConfig
Places points within a sphere or spherical shell.
|
Field Summary |
float |
innerRadius
The inner radius of the shell. |
float |
outerRadius
The outer radius of the shell. |
innerRadius
@Editable(min=0.0,
step=0.01)
public float innerRadius
- The inner radius of the shell.
outerRadius
@Editable(min=0.0,
step=0.01)
public float outerRadius
- The outer radius of the shell.
PlacerConfig.Shell
public PlacerConfig.Shell()
createPlacer
public Placer createPlacer(BaseParticleSystem.Layer layer)
- Description copied from class:
PlacerConfig
- Creates the placer corresponding to this config.
- Specified by:
createPlacer in class PlacerConfig
Copyright © 2011. All Rights Reserved.