com.threerings.opengl.effect.config
Class PlacerConfig.Frustum
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.effect.config.PlacerConfig
com.threerings.opengl.effect.config.PlacerConfig.Frustum
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- PlacerConfig
public static class PlacerConfig.Frustum
- extends PlacerConfig
Places points within the view frustum.
|
Field Summary |
float |
farDistance
The distance to the far plane. |
float |
nearDistance
The distance to the near plane. |
boolean |
solid
Whether to include the interior of the frustum (as opposed to just the edges). |
nearDistance
@Editable(min=0.0,
step=0.1)
public float nearDistance
- The distance to the near plane.
farDistance
@Editable(min=0.0,
step=0.1)
public float farDistance
- The distance to the far plane.
solid
@Editable
public boolean solid
- Whether to include the interior of the frustum (as opposed to just the edges).
PlacerConfig.Frustum
public PlacerConfig.Frustum()
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.