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()
Copyright © 2011. All Rights Reserved.