| Package | Description |
|---|---|
| com.io7m.r2.filters |
Default provided filters.
|
| Modifier and Type | Method and Description |
|---|---|
R2FilterSSAOParameters |
R2FilterSSAOParameters.Builder.build()
Builds a new
R2FilterSSAOParameters. |
static R2FilterSSAOParameters |
R2FilterSSAOParameters.copyOf(R2FilterSSAOParametersType instance)
Creates an immutable copy of a
R2FilterSSAOParametersType value. |
static R2FilterSSAOParameters |
R2FilterSSAOParameters.of(float exponent,
R2Texture2DUsableType noiseTexture,
R2SSAOKernelType kernel,
float sampleRadius,
R2GeometryBufferUsableType geometryBuffer,
R2AmbientOcclusionBufferUsableType outputBuffer,
R2MatricesObserverValuesType sceneObserverValues)
Construct a new immutable
R2FilterSSAOParameters instance. |
R2FilterSSAOParameters |
R2FilterSSAOParameters.withExponent(float value)
Copy the current immutable object by setting a value for the
exponent attribute. |
R2FilterSSAOParameters |
R2FilterSSAOParameters.withGeometryBuffer(R2GeometryBufferUsableType value)
Copy the current immutable object by setting a value for the
geometryBuffer attribute. |
R2FilterSSAOParameters |
R2FilterSSAOParameters.withKernel(R2SSAOKernelType value)
Copy the current immutable object by setting a value for the
kernel attribute. |
R2FilterSSAOParameters |
R2FilterSSAOParameters.withNoiseTexture(R2Texture2DUsableType value)
Copy the current immutable object by setting a value for the
noiseTexture attribute. |
R2FilterSSAOParameters |
R2FilterSSAOParameters.withOutputBuffer(R2AmbientOcclusionBufferUsableType value)
Copy the current immutable object by setting a value for the
outputBuffer attribute. |
R2FilterSSAOParameters |
R2FilterSSAOParameters.withSampleRadius(float value)
Copy the current immutable object by setting a value for the
sampleRadius attribute. |
R2FilterSSAOParameters |
R2FilterSSAOParameters.withSceneObserverValues(R2MatricesObserverValuesType value)
Copy the current immutable object by setting a value for the
sceneObserverValues attribute. |
| Modifier and Type | Method and Description |
|---|---|
static R2FilterType<R2FilterSSAOParameters> |
R2FilterSSAO.newFilter(R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type in_g,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType in_tc,
R2IDPoolType in_pool,
R2UnitQuadUsableType in_quad)
Construct a new filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
R2FilterSSAO.runFilter(com.io7m.jcanephora.profiler.JCGLProfilingContextType pc,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType uc,
R2FilterSSAOParameters parameters) |
Copyright © 2017 <code@io7m.com> http://io7m.com