| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| com.io7m.r2.filters |
Default provided filters.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
R2UnitQuadType
The type of unit quads, from
(-1, -1, -1) to (1, 1, -1),
oriented towards +Z. |
| Modifier and Type | Class and Description |
|---|---|
class |
R2UnitQuad
The default implementation of the
R2UnitQuadType interface. |
| Modifier and Type | Method and Description |
|---|---|
static R2LightDirectionalScreenSingle |
R2LightDirectionalScreenSingle.newLight(R2UnitQuadUsableType q,
R2IDPoolType pool)
Construct a new light.
|
static R2LightAmbientScreenSingle |
R2LightAmbientScreenSingle.newLight(R2UnitQuadUsableType q,
R2IDPoolType pool,
R2TextureDefaultsType in_defaults)
Construct a new light.
|
static R2LightRendererType |
R2LightRenderer.newRenderer(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type in_g,
R2TextureDefaultsType in_texture_defaults,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_pool,
R2UnitQuadUsableType in_quad)
Construct a new renderer.
|
static R2StencilRendererType |
R2StencilRenderer.newRenderer(R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type in_g,
R2IDPoolType in_pool,
R2UnitQuadUsableType in_quad) |
| Modifier and Type | Method and Description |
|---|---|
static R2FilterType<R2FilterEmissionParameters> |
R2FilterEmission.newFilter(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type in_g,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_id_pool,
R2FilterUsableType<R2FilterBoxBlurParameters<R2ImageBufferDescriptionType,R2ImageBufferUsableType,R2ImageBufferDescriptionType,R2ImageBufferUsableType>> in_blur,
R2RenderTargetPoolUsableType<R2ImageBufferDescriptionType,R2ImageBufferUsableType> in_render_target_pool,
R2UnitQuadUsableType in_quad)
Construct a new emission filter.
|
static R2FilterType<R2FilterFogParameters> |
R2FilterFogDepth.newFilter(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type in_g,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_pool,
R2UnitQuadUsableType in_quad) |
static R2FilterType<R2FilterFXAAParameters> |
R2FilterFXAA.newFilter(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type in_g,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_id_pool,
R2UnitQuadUsableType in_quad)
Create a new FXAA filter.
|
static R2FilterType<R2FilterDebugEyeZParameters> |
R2FilterDebugEyeZ.newFilter(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type in_g,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_pool,
R2UnitQuadUsableType in_quad) |
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.
|
static R2FilterType<R2FilterLightApplicatorParametersType> |
R2FilterLightApplicator.newFilter(R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type in_g,
R2IDPoolType in_pool,
R2UnitQuadUsableType in_quad)
Construct a new filter.
|
static <SD extends R2RenderTargetDescriptionType,S extends R2RenderTargetUsableType<SD>,DD extends R2RenderTargetDescriptionType,D extends R2RenderTargetUsableType<DD>> |
R2FilterBoxBlur.newFilter(R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type in_g,
R2TextureDefaultsType in_tex_defaults,
R2RenderTargetPoolUsableType<DD,D> in_rtp_pool,
R2IDPoolType in_id_pool,
R2UnitQuadUsableType in_quad)
Construct a new filter.
|
static <SD extends R2RenderTargetDescriptionType,S extends R2RenderTargetUsableType<SD>,DD extends R2RenderTargetDescriptionType,D extends R2RenderTargetUsableType<DD>> |
R2FilterBilateralBlurDepthAware.newFilter(R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type in_g,
R2TextureDefaultsType in_tex_defaults,
R2RenderTargetPoolUsableType<DD,D> in_rtp_pool,
R2IDPoolType in_id_pool,
R2UnitQuadUsableType in_quad)
Construct a new filter.
|
static R2FilterType<R2FilterOcclusionApplicatorParameters> |
R2FilterOcclusionApplicator.newFilter(R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2TextureDefaultsType in_textures,
com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type in_g,
R2IDPoolType in_pool,
R2UnitQuadUsableType in_quad)
Construct a new filter.
|
static R2FilterType<R2FilterCompositorParameters> |
R2FilterCompositor.newFilter(R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2TextureDefaultsType in_textures,
com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type in_g,
R2IDPoolType in_pool,
R2UnitQuadUsableType in_quad)
Construct a new filter.
|
static R2FilterType<R2FilterDebugEyePositionParameters> |
R2FilterDebugEyePosition.newRenderer(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type in_g,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_pool,
R2UnitQuadUsableType in_quad) |
Copyright © 2016 <code@io7m.com> http://io7m.com