com.threerings.opengl.material.config
Class ProjectionConfig.Perspective
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.material.config.ProjectionConfig
com.threerings.opengl.material.config.ProjectionConfig.Perspective
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ProjectionConfig
public static class ProjectionConfig.Perspective
- extends ProjectionConfig
A perspective projection.
|
Field Summary |
float |
near
The distance to the near plane. |
near
@Editable(min=0.0,
step=0.01,
hgroup="d")
public float near
- The distance to the near plane.
ProjectionConfig.Perspective
public ProjectionConfig.Perspective()
getScheme
protected String getScheme()
- Description copied from class:
ProjectionConfig
- Returns the name of the render scheme to use for this projection config.
- Specified by:
getScheme in class ProjectionConfig
createUpdater
protected Updater createUpdater(GlContext ctx,
Scope scope,
Projection projection)
- Description copied from class:
ProjectionConfig
- Creates the updater for the projection.
- Specified by:
createUpdater in class ProjectionConfig