| Package | Description |
|---|---|
| com.io7m.r2.filters |
Default provided filters.
|
| Modifier and Type | Method and Description |
|---|---|
default R2FilterFogProgression |
R2FilterFogParametersType.progression()
A specification of fog progression.
|
R2FilterFogProgression |
R2FilterFogParameters.progression()
A specification of fog progression.
|
static R2FilterFogProgression |
R2FilterFogProgression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static R2FilterFogProgression[] |
R2FilterFogProgression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static R2FilterFogParameters |
R2FilterFogParameters.of(R2FilterFogProgression progression,
com.io7m.jareas.core.AreaInclusiveUnsignedLType viewport,
R2Texture2DUsableType imageTexture,
R2Texture2DUsableType imageDepthTexture,
float fogNearPositiveZ,
float fogFarPositiveZ,
com.io7m.jtensors.parameterized.PVectorI3F<R2SpaceRGBType> fogColor,
R2MatricesObserverValuesType observerValues)
Construct a new immutable
R2FilterFogParameters instance. |
R2FilterFogParameters.Builder |
R2FilterFogParameters.Builder.setProgression(R2FilterFogProgression progression)
Initializes the value for the
progression attribute. |
R2FilterFogParameters |
R2FilterFogParameters.withProgression(R2FilterFogProgression value)
Copy the current immutable object by setting a value for the
progression attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com