com.threerings.opengl.effect.config
Class PlacerConfig.Ring
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.effect.config.PlacerConfig
com.threerings.opengl.effect.config.PlacerConfig.Ring
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- PlacerConfig
public static class PlacerConfig.Ring
- extends PlacerConfig
Places points within a ring or disc.
innerRadius
@Editable(min=0.0,
step=0.01)
public float innerRadius
- The inner radius of the ring.
outerRadius
@Editable(min=0.0,
step=0.01)
public float outerRadius
- The outer radius of the ring.
PlacerConfig.Ring
public PlacerConfig.Ring()
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.