com.threerings.opengl.effect.config
Class PlacerConfig.Ring

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.effect.config.PlacerConfig
          extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.effect.config.PlacerConfig
PlacerConfig.Box, PlacerConfig.Frustum, PlacerConfig.Line, PlacerConfig.Point, PlacerConfig.Ring, PlacerConfig.Shell
 
Field Summary
 float innerRadius
          The inner radius of the ring.
 float outerRadius
          The outer radius of the ring.
 
Constructor Summary
PlacerConfig.Ring()
           
 
Method Summary
 Placer createPlacer(BaseParticleSystem.Layer layer)
          Creates the placer corresponding to this config.
 
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
 

Field Detail

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.

Constructor Detail

PlacerConfig.Ring

public PlacerConfig.Ring()
Method Detail

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.