| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| com.io7m.r2.core.debug |
Types and functions associated with debugging.
|
| com.io7m.r2.core.shaders.provided |
Default provided shaders.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
R2LightSphericalSingleType
The type of single-instance spherical lights.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2LightSphericalSingle
Parameters for simple spherical lights that operate by rendering scaled unit
spheres.
|
| Modifier and Type | Method and Description |
|---|---|
<A,B,E extends Throwable> |
R2LightVolumeSingleReadableType.matchLightVolumeSingleReadable(A context,
com.io7m.jfunctional.PartialBiFunctionType<A,R2LightProjectiveReadableType,B,E> on_projective,
com.io7m.jfunctional.PartialBiFunctionType<A,R2LightSphericalSingleReadableType,B,E> on_spherical)
Match on the type of volume light.
|
default <A,B,E extends Throwable> |
R2LightSphericalSingleReadableType.matchLightVolumeSingleReadable(A context,
com.io7m.jfunctional.PartialBiFunctionType<A,R2LightProjectiveReadableType,B,E> on_projective,
com.io7m.jfunctional.PartialBiFunctionType<A,R2LightSphericalSingleReadableType,B,E> on_spherical) |
default <A,B,E extends Throwable> |
R2LightProjectiveReadableType.matchLightVolumeSingleReadable(A context,
com.io7m.jfunctional.PartialBiFunctionType<A,R2LightProjectiveReadableType,B,E> on_projective,
com.io7m.jfunctional.PartialBiFunctionType<A,R2LightSphericalSingleReadableType,B,E> on_spherical) |
| Modifier and Type | Method and Description |
|---|---|
static R2ShaderLightVolumeSingleType<R2LightSphericalSingleReadableType> |
R2DebugShaderLightSphericalConstantSingle.newShader(com.io7m.jcanephora.core.api.JCGLShadersType in_shaders,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_pool)
Construct a new shader.
|
static R2ShaderLightVolumeSingleType<R2LightSphericalSingleReadableType> |
R2DebugShaderLightSphericalAttenuationSingle.newShader(com.io7m.jcanephora.core.api.JCGLShadersType in_shaders,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_pool)
Construct a new shader.
|
Class<R2LightSphericalSingleReadableType> |
R2DebugShaderLightSphericalConstantSingle.shaderParametersType() |
Class<R2LightSphericalSingleReadableType> |
R2DebugShaderLightSphericalAttenuationSingle.shaderParametersType() |
| Modifier and Type | Method and Description |
|---|---|
void |
R2DebugShaderLightSphericalConstantSingle.onReceiveValues(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type g,
R2ShaderParametersLightType<R2LightSphericalSingleReadableType> light_parameters) |
void |
R2DebugShaderLightSphericalAttenuationSingle.onReceiveValues(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type g,
R2ShaderParametersLightType<R2LightSphericalSingleReadableType> light_parameters) |
| Modifier and Type | Method and Description |
|---|---|
static R2ShaderLightVolumeSingleType<R2LightSphericalSingleReadableType> |
R2LightShaderSphericalLambertSingle.newShader(com.io7m.jcanephora.core.api.JCGLShadersType in_shaders,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_pool)
Construct a new shader.
|
static R2ShaderLightVolumeSingleType<R2LightSphericalSingleReadableType> |
R2LightShaderSphericalLambertPhongSingle.newShader(com.io7m.jcanephora.core.api.JCGLShadersType in_shaders,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_pool)
Construct a new shader.
|
static R2ShaderLightVolumeSingleType<R2LightSphericalSingleReadableType> |
R2LightShaderSphericalLambertBlinnPhongSingle.newShader(com.io7m.jcanephora.core.api.JCGLShadersType in_shaders,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_pool)
Construct a new shader.
|
Class<R2LightSphericalSingleReadableType> |
R2LightShaderSphericalLambertSingle.shaderParametersType() |
Class<R2LightSphericalSingleReadableType> |
R2LightShaderSphericalLambertPhongSingle.shaderParametersType() |
Class<R2LightSphericalSingleReadableType> |
R2LightShaderSphericalLambertBlinnPhongSingle.shaderParametersType() |
| Modifier and Type | Method and Description |
|---|---|
void |
R2LightShaderSphericalLambertSingle.onReceiveValues(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type g,
R2ShaderParametersLightType<R2LightSphericalSingleReadableType> light_parameters) |
void |
R2LightShaderSphericalLambertPhongSingle.onReceiveValues(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type g,
R2ShaderParametersLightType<R2LightSphericalSingleReadableType> light_parameters) |
void |
R2LightShaderSphericalLambertBlinnPhongSingle.onReceiveValues(com.io7m.jcanephora.core.api.JCGLInterfaceGL33Type g,
R2ShaderParametersLightType<R2LightSphericalSingleReadableType> light_parameters) |
Copyright © 2016 <code@io7m.com> http://io7m.com