com.threerings.opengl.effect.config
Class PlacerConfig.Box
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.effect.config.PlacerConfig
com.threerings.opengl.effect.config.PlacerConfig.Box
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- PlacerConfig
public static class PlacerConfig.Box
- extends PlacerConfig
Places points within a box.
|
Field Summary |
float |
height
The size of the box on the z axis. |
float |
length
The size of the box on the y axis. |
boolean |
solid
Whether to include the interior of the box (as opposed to just the faces). |
float |
width
The size of the box on the x axis. |
width
@Editable(min=0.0,
step=0.01)
public float width
- The size of the box on the x axis.
length
@Editable(min=0.0,
step=0.01)
public float length
- The size of the box on the y axis.
height
@Editable(min=0.0,
step=0.01)
public float height
- The size of the box on the z axis.
solid
@Editable
public boolean solid
- Whether to include the interior of the box (as opposed to just the faces).
PlacerConfig.Box
public PlacerConfig.Box()
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.