| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| com.io7m.r2.core.shaders.provided |
Default provided shaders.
|
| com.io7m.r2.core.shaders.types |
Shader types.
|
| Modifier and Type | Method and Description |
|---|---|
R2ShaderTranslucentInstanceBillboardedType<M> |
R2TranslucentBillboardedType.shader() |
R2ShaderTranslucentInstanceBillboardedType<M> |
R2TranslucentBillboarded.shader() |
| Modifier and Type | Method and Description |
|---|---|
static <M> R2TranslucentBillboarded<M> |
R2TranslucentBillboarded.of(R2InstanceBillboardedType instance,
R2ShaderTranslucentInstanceBillboardedType<M> shader,
M shaderParameters,
Optional<com.io7m.jcanephora.renderstate.JCGLBlendState> blending,
com.io7m.jcanephora.renderstate.JCGLCullingState culling)
Construct a new immutable
R2TranslucentBillboarded instance. |
R2TranslucentBillboarded.Builder<M> |
R2TranslucentBillboarded.Builder.setShader(R2ShaderTranslucentInstanceBillboardedType<M> shader)
Initializes the value for the
shader attribute. |
R2TranslucentBillboarded<M> |
R2TranslucentBillboarded.withShader(R2ShaderTranslucentInstanceBillboardedType<M> value)
Copy the current immutable object by setting a value for the
shader attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
R2RefractionMaskedDeltaShaderBillboarded
Shader for refracting billboarded instances.
|
class |
R2TranslucentShaderBasicPremultipliedBillboarded
Simple translucent shader for billboarded instances.
|
| Modifier and Type | Method and Description |
|---|---|
static R2ShaderTranslucentInstanceBillboardedType<R2TranslucentShaderBasicParameters> |
R2TranslucentShaderBasicPremultipliedBillboarded.newShader(com.io7m.jcanephora.core.api.JCGLShadersType in_shaders,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_pool)
Construct a new shader.
|
static R2ShaderTranslucentInstanceBillboardedType<R2RefractionMaskedDeltaParameters> |
R2RefractionMaskedDeltaShaderBillboarded.newShader(com.io7m.jcanephora.core.api.JCGLShadersType in_shaders,
R2ShaderPreprocessingEnvironmentReadableType in_shader_env,
R2IDPoolType in_pool)
Construct a new shader.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2ShaderTranslucentInstanceBillboardedVerifier<M>
A verifier for billboarded translucent instance shaders; a type that verifies
that a renderer has called all of the required methods in the correct order.
|
| Modifier and Type | Method and Description |
|---|---|
static <M> R2ShaderTranslucentInstanceBillboardedType<M> |
R2ShaderTranslucentInstanceBillboardedVerifier.newVerifier(R2ShaderTranslucentInstanceBillboardedType<M> s)
Construct a new verifier for the given shader.
|
| Modifier and Type | Method and Description |
|---|---|
static <M> R2ShaderTranslucentInstanceBillboardedType<M> |
R2ShaderTranslucentInstanceBillboardedVerifier.newVerifier(R2ShaderTranslucentInstanceBillboardedType<M> s)
Construct a new verifier for the given shader.
|
Copyright © 2016 <code@io7m.com> http://io7m.com