| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
R2LightProjectiveWithoutShadowType
The type of projective lights that do not have shadows.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2LightProjectiveWithoutShadow
Parameters for simple projective lights that operate by rendering frustum
meshes.
|
| 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.
|
Copyright © 2016 <code@io7m.com> http://io7m.com