com.threerings.opengl.material.config
Class ProjectionConfig.Orthographic
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.material.config.ProjectionConfig
com.threerings.opengl.material.config.ProjectionConfig.Orthographic
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ProjectionConfig
public static class ProjectionConfig.Orthographic
- extends ProjectionConfig
An orthographic projection.
ProjectionConfig.Orthographic
public ProjectionConfig.Orthographic()
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