| Package | Description |
|---|---|
| com.io7m.r2.filters |
Default provided filters.
|
| Modifier and Type | Method and Description |
|---|---|
R2ShaderFilterFogParameters |
R2ShaderFilterFogParameters.Builder.build()
Builds a new
R2ShaderFilterFogParameters. |
static R2ShaderFilterFogParameters |
R2ShaderFilterFogParameters.copyOf(R2ShaderFilterFogParametersType instance)
Creates an immutable copy of a
R2ShaderFilterFogParametersType value. |
static R2ShaderFilterFogParameters |
R2ShaderFilterFogParameters.of(R2Texture2DUsableType imageTexture,
R2Texture2DUsableType imageDepthTexture,
float fogNearPositiveZ,
float fogFarPositiveZ,
com.io7m.jtensors.parameterized.PVectorI3F<R2SpaceRGBType> fogColor,
R2MatricesObserverValuesType observerValues)
Construct a new immutable
R2ShaderFilterFogParameters instance. |
R2ShaderFilterFogParameters |
R2ShaderFilterFogParameters.withFogColor(com.io7m.jtensors.parameterized.PVectorI3F<R2SpaceRGBType> value)
Copy the current immutable object by setting a value for the
fogColor attribute. |
R2ShaderFilterFogParameters |
R2ShaderFilterFogParameters.withFogFarPositiveZ(float value)
Copy the current immutable object by setting a value for the
fogFarPositiveZ attribute. |
R2ShaderFilterFogParameters |
R2ShaderFilterFogParameters.withFogNearPositiveZ(float value)
Copy the current immutable object by setting a value for the
fogNearPositiveZ attribute. |
R2ShaderFilterFogParameters |
R2ShaderFilterFogParameters.withImageDepthTexture(R2Texture2DUsableType value)
Copy the current immutable object by setting a value for the
imageDepthTexture attribute. |
R2ShaderFilterFogParameters |
R2ShaderFilterFogParameters.withImageTexture(R2Texture2DUsableType value)
Copy the current immutable object by setting a value for the
imageTexture attribute. |
R2ShaderFilterFogParameters |
R2ShaderFilterFogParameters.withObserverValues(R2MatricesObserverValuesType value)
Copy the current immutable object by setting a value for the
observerValues attribute. |
| Modifier and Type | Method and Description |
|---|---|
static R2ShaderFilterType<R2ShaderFilterFogParameters> |
R2ShaderFilterFogDepthQuadraticInverse.newShader(com.io7m.jcanephora.core.api.JCGLShadersType in_shaders,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_pool)
Construct a new shader.
|
static R2ShaderFilterType<R2ShaderFilterFogParameters> |
R2ShaderFilterFogDepthQuadratic.newShader(com.io7m.jcanephora.core.api.JCGLShadersType in_shaders,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_pool)
Construct a new shader.
|
static R2ShaderFilterType<R2ShaderFilterFogParameters> |
R2ShaderFilterFogDepthLinear.newShader(com.io7m.jcanephora.core.api.JCGLShadersType in_shaders,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_pool)
Construct a new shader.
|
Class<R2ShaderFilterFogParameters> |
R2ShaderFilterFogDepth.shaderParametersType() |
| Modifier and Type | Method and Description |
|---|---|
void |
R2ShaderFilterFogDepth.onReceiveFilterValues(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type g,
R2ShaderParametersFilterType<R2ShaderFilterFogParameters> parameters) |
Copyright © 2016 <code@io7m.com> http://io7m.com