| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| com.io7m.r2.filters |
Default provided filters.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
R2AmbientOcclusionBufferType
The type of ambient occlusion buffers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2AmbientOcclusionBuffer
Default implementation of the
R2AmbientOcclusionBufferType
interface. |
| Modifier and Type | Method and Description |
|---|---|
R2AmbientOcclusionBufferUsableType |
R2AmbientOcclusionBufferPool.get(com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType tc,
R2AmbientOcclusionBufferDescriptionType desc) |
| Modifier and Type | Method and Description |
|---|---|
static R2RenderTargetPoolType<R2AmbientOcclusionBufferDescriptionType,R2AmbientOcclusionBufferUsableType> |
R2AmbientOcclusionBufferPool.newPool(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type g,
long soft,
long hard)
Construct a new pool with the given size limits.
|
| Modifier and Type | Method and Description |
|---|---|
void |
R2AmbientOcclusionBufferPool.returnValue(com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType tc,
R2AmbientOcclusionBufferUsableType target) |
| Modifier and Type | Method and Description |
|---|---|
R2AmbientOcclusionBufferUsableType |
R2FilterSSAOParametersType.outputBuffer() |
R2AmbientOcclusionBufferUsableType |
R2FilterSSAOParameters.outputBuffer() |
| Modifier and Type | Method and Description |
|---|---|
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.Builder |
R2FilterSSAOParameters.Builder.setOutputBuffer(R2AmbientOcclusionBufferUsableType outputBuffer)
Initializes the value for the
outputBuffer attribute. |
R2FilterSSAOParameters |
R2FilterSSAOParameters.withOutputBuffer(R2AmbientOcclusionBufferUsableType value)
Copy the current immutable object by setting a value for the
outputBuffer attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com