| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| com.io7m.r2.core.shaders.types |
Shader types.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
R2LightProjectiveWithShadowType
The type of projective lights that have shadows.
|
interface |
R2LightProjectiveWithShadowVarianceType
The type of projective lights with variance shadows.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2LightProjectiveWithShadowVariance
Parameters for simple projective lights that operate by rendering frustum
meshes and that have variance shadows.
|
| Modifier and Type | Method and Description |
|---|---|
default <A,B,E extends Throwable> |
R2LightProjectiveWithoutShadowReadableType.matchProjectiveReadable(A context,
com.io7m.jfunctional.PartialBiFunctionType<A,R2LightProjectiveWithoutShadowReadableType,B,E> on_shadowless,
com.io7m.jfunctional.PartialBiFunctionType<A,R2LightProjectiveWithShadowReadableType,B,E> on_shadowed) |
default <A,B,E extends Throwable> |
R2LightProjectiveWithShadowReadableType.matchProjectiveReadable(A context,
com.io7m.jfunctional.PartialBiFunctionType<A,R2LightProjectiveWithoutShadowReadableType,B,E> on_shadowless,
com.io7m.jfunctional.PartialBiFunctionType<A,R2LightProjectiveWithShadowReadableType,B,E> on_shadowed) |
<A,B,E extends Throwable> |
R2LightProjectiveReadableType.matchProjectiveReadable(A context,
com.io7m.jfunctional.PartialBiFunctionType<A,R2LightProjectiveWithoutShadowReadableType,B,E> on_shadowless,
com.io7m.jfunctional.PartialBiFunctionType<A,R2LightProjectiveWithShadowReadableType,B,E> on_shadowed)
Match on the type of projective light.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
R2ShaderLightProjectiveWithShadowType<M extends R2LightProjectiveWithShadowReadableType>
The type of single-instance projective light shaders with shadows.
|
interface |
R2ShaderLightProjectiveWithShadowUsableType<M extends R2LightProjectiveWithShadowReadableType>
The type of usable single-instance projective light shaders with shadows.
|
class |
R2ShaderLightProjectiveWithShadowVerifier<M extends R2LightProjectiveWithShadowReadableType>
A verifier for projective 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 R2LightProjectiveWithShadowReadableType> |
R2ShaderLightProjectiveWithShadowVerifier.newVerifier(R2ShaderLightProjectiveWithShadowType<M> s)
Construct a new verifier for the given shader.
|
Copyright © 2017 <code@io7m.com> http://io7m.com