| Package | Description |
|---|---|
| com.io7m.r2.core.debug |
Types and functions associated with debugging.
|
| com.io7m.r2.core.shaders.provided |
Default provided shaders.
|
| com.io7m.r2.core.shaders.types |
Shader types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2DebugShaderLightDirectionalConstantSingle
Directional light shader that ignores the surface and applies a constant
color.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2LightShaderAmbientSingle
Ambient light shader for single lights.
|
class |
R2LightShaderDirectionalSpecularSingle
Directional light shader for single lights.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2ShaderLightScreenSingleVerifier<M extends R2LightScreenSingleType>
A verifier for single-instance volume light shaders; a type that verifies
that a renderer has called all of the required methods in the correct order.
|
| Modifier and Type | Method and Description |
|---|---|
static <M extends R2LightScreenSingleType> |
R2ShaderLightScreenSingleVerifier.newVerifier(R2ShaderLightScreenSingleType<M> s)
Construct a new verifier for the given shader.
|
| Modifier and Type | Method and Description |
|---|---|
static <M extends R2LightScreenSingleType> |
R2ShaderLightScreenSingleVerifier.newVerifier(R2ShaderLightScreenSingleType<M> s)
Construct a new verifier for the given shader.
|
Copyright © 2017 <code@io7m.com> http://io7m.com