| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
R2LightProjectiveType
The type of projective lights.
|
interface |
R2LightProjectiveUsableType
The type of usable (readable/writable but not deletable) projective lights.
|
interface |
R2LightProjectiveWithoutShadowType
The type of projective lights that do not have shadows.
|
interface |
R2LightProjectiveWithShadowType
The type of projective lights that have shadows.
|
interface |
R2LightProjectiveWithShadowVarianceType
The type of projective lights with variance shadows.
|
interface |
R2LightSphericalSingleType
The type of single-instance spherical lights.
|
| 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 |
|---|---|
default <A,B,E extends Throwable> |
R2LightVolumeSingleType.matchLightSingle(A context,
com.io7m.jfunctional.PartialBiFunctionType<A,R2LightVolumeSingleType,B,E> on_volume,
com.io7m.jfunctional.PartialBiFunctionType<A,R2LightScreenSingleType,B,E> on_screen) |
<A,B,E extends Throwable> |
R2LightSingleReadableType.matchLightSingle(A context,
com.io7m.jfunctional.PartialBiFunctionType<A,R2LightVolumeSingleType,B,E> on_volume,
com.io7m.jfunctional.PartialBiFunctionType<A,R2LightScreenSingleType,B,E> on_screen)
Match on the type of light.
|
default <A,B,E extends Throwable> |
R2LightScreenSingleType.matchLightSingle(A context,
com.io7m.jfunctional.PartialBiFunctionType<A,R2LightVolumeSingleType,B,E> on_volume,
com.io7m.jfunctional.PartialBiFunctionType<A,R2LightScreenSingleType,B,E> on_screen) |
Copyright © 2017 <code@io7m.com> http://io7m.com