com.threerings.opengl.compositor.config
Class RenderQueueConfig.Skybox
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.compositor.config.RenderQueueConfig.RenderMode
com.threerings.opengl.compositor.config.RenderQueueConfig.Skybox
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- RenderQueueConfig
public static class RenderQueueConfig.Skybox
- extends RenderQueueConfig.RenderMode
The skybox render mode: scales the field of view before rendering and clears the z buffer
afterwards.
|
Field Summary |
float |
fovScale
The scale to apply to the field of view. |
fovScale
@Editable(min=0.0,
step=0.01)
public float fovScale
- The scale to apply to the field of view.
RenderQueueConfig.Skybox
public RenderQueueConfig.Skybox()
render
public void render(GlContext ctx,
RenderQueue queue)
- Description copied from class:
RenderQueueConfig.RenderMode
- Renders the batches.
- Overrides:
render in class RenderQueueConfig.RenderMode
Copyright © 2011. All Rights Reserved.