| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| com.io7m.r2.filters |
Default provided filters.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
R2LightBufferDiffuseOnlyUsableType
The type of usable diffuse only light buffers.
|
interface |
R2LightBufferDiffuseSpecularUsableType
The type of usable diffuse+specular light buffers.
|
interface |
R2LightBufferSpecularOnlyUsableType
The type of usable specular-only light buffers.
|
interface |
R2LightBufferType
The type of light buffers.
|
| Modifier and Type | Method and Description |
|---|---|
R2LightBufferUsableType |
R2LightBufferPool.get(com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType tc,
R2LightBufferDescriptionType desc) |
| Modifier and Type | Method and Description |
|---|---|
static R2RenderTargetPoolType<R2LightBufferDescriptionType,R2LightBufferUsableType> |
R2LightBufferPool.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 |
R2LightBufferPool.returnValue(com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType tc,
R2LightBufferUsableType target) |
| Modifier and Type | Method and Description |
|---|---|
void |
R2LightRendererType.renderLights(R2GeometryBufferUsableType gbuffer,
com.io7m.jareas.core.AreaInclusiveUnsignedLType area,
Optional<R2LightBufferUsableType> lbuffer,
com.io7m.jcanephora.profiler.JCGLProfilingContextType pc,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType uc,
R2ShadowMapContextUsableType shadows,
R2MatricesObserverType m,
R2SceneLightsType s)
Render the given lights into the given light buffer.
|
void |
R2LightRenderer.renderLights(R2GeometryBufferUsableType gbuffer,
com.io7m.jareas.core.AreaInclusiveUnsignedLType area,
Optional<R2LightBufferUsableType> lbuffer,
com.io7m.jcanephora.profiler.JCGLProfilingContextType pc,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType uc,
R2ShadowMapContextUsableType shadows,
R2MatricesObserverType m,
R2SceneLightsType s) |
| Modifier and Type | Method and Description |
|---|---|
R2LightBufferUsableType |
R2FilterOcclusionApplicatorParametersType.outputLightBuffer() |
R2LightBufferUsableType |
R2FilterOcclusionApplicatorParameters.outputLightBuffer() |
| Modifier and Type | Method and Description |
|---|---|
static R2FilterOcclusionApplicatorParameters |
R2FilterOcclusionApplicatorParameters.of(R2LightBufferUsableType outputLightBuffer,
R2Texture2DUsableType occlusionTexture,
float intensity)
Construct a new immutable
R2FilterOcclusionApplicatorParameters instance. |
R2FilterOcclusionApplicatorParameters.Builder |
R2FilterOcclusionApplicatorParameters.Builder.setOutputLightBuffer(R2LightBufferUsableType outputLightBuffer)
Initializes the value for the
outputLightBuffer attribute. |
R2FilterOcclusionApplicatorParameters |
R2FilterOcclusionApplicatorParameters.withOutputLightBuffer(R2LightBufferUsableType value)
Copy the current immutable object by setting a value for the
outputLightBuffer attribute. |
Copyright © 2016 <code@io7m.com> http://io7m.com