| 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 |
R2LightProjectiveReadableType
The type of readable projective lights.
|
interface |
R2LightProjectiveType
The type of projective lights.
|
interface |
R2LightProjectiveUsableType
The type of usable (readable/writable but not deletable) projective lights.
|
interface |
R2LightProjectiveWithoutShadowReadableType
The type of readable projective lights that do not have shadows.
|
interface |
R2LightProjectiveWithoutShadowType
The type of projective lights that do not have shadows.
|
interface |
R2LightProjectiveWithShadowReadableType
The type of readable projective lights.
|
interface |
R2LightProjectiveWithShadowType
The type of projective lights that have shadows.
|
interface |
R2LightProjectiveWithShadowVarianceType
The type of projective lights with variance shadows.
|
interface |
R2LightSphericalSingleReadableType
The type of readable single-instance spherical lights.
|
interface |
R2LightSphericalSingleType
The type of single-instance spherical lights.
|
interface |
R2LightVolumeSingleType
The type of single-instance lights that operate using light volumes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2LightProjectiveWithoutShadow
Parameters for simple projective lights that operate by rendering frustum
meshes.
|
class |
R2LightProjectiveWithShadowVariance
Parameters for simple projective lights that operate by rendering frustum
meshes and that have variance shadows.
|
class |
R2LightSphericalSingle
Parameters for simple spherical lights that operate by rendering scaled unit
spheres.
|
| Modifier and Type | Method and Description |
|---|---|
<A,B> B |
R2MatricesObserverType.withVolumeLight(R2LightVolumeSingleReadableType t,
A x,
BiFunction<R2MatricesVolumeLightType,A,B> f)
Evaluate matrices for a given volume light, relative to the current
observer.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
R2ShaderLightVolumeSingleType<M extends R2LightVolumeSingleReadableType>
The type of single-instance light shaders.
|
interface |
R2ShaderLightVolumeSingleUsableType<M extends R2LightVolumeSingleReadableType>
The type of usable single-instance volume light shaders.
|
class |
R2ShaderLightVolumeSingleVerifier<M extends R2LightVolumeSingleReadableType>
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 R2LightVolumeSingleReadableType> |
R2ShaderLightVolumeSingleVerifier.newVerifier(R2ShaderLightVolumeSingleType<M> s)
Construct a new verifier for the given shader.
|
Copyright © 2016 <code@io7m.com> http://io7m.com