com.threerings.opengl.compositor.config
Class StepConfig.RenderQuad
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.compositor.config.StepConfig
com.threerings.opengl.compositor.config.StepConfig.RenderQuad
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- StepConfig
public static class StepConfig.RenderQuad
- extends StepConfig
Renders a full-screen quad.
material
@Editable(nullable=true)
public ConfigReference<MaterialConfig> material
- The material to use when rendering the quad.
divisionsX
@Editable(min=1.0,
hgroup="d")
public int divisionsX
- The level of tesselation in the x direction.
divisionsY
@Editable(min=1.0,
hgroup="d")
public int divisionsY
- The level of tesselation in the y direction.
StepConfig.RenderQuad
public StepConfig.RenderQuad()
isSupported
public boolean isSupported(GlContext ctx,
boolean fallback)
- Description copied from class:
StepConfig
- Determines whether this step config is supported by the hardware.
- Overrides:
isSupported in class StepConfig
createExecutor
public Executor createExecutor(GlContext ctx,
Scope scope)
- Description copied from class:
StepConfig
- Creates the executor that will actually perform the step.
- Specified by:
createExecutor in class StepConfig
Copyright © 2011. All Rights Reserved.