| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| Modifier and Type | Method and Description |
|---|---|
static <M> R2TranslucentSingle.Builder<M> |
R2TranslucentSingle.builder()
Creates a builder for
R2TranslucentSingle. |
R2TranslucentSingle.Builder<M> |
R2TranslucentSingle.Builder.from(R2TranslucentSingleType<M> instance)
Fill a builder with attribute values from the provided
R2TranslucentSingleType instance. |
R2TranslucentSingle.Builder<M> |
R2TranslucentSingle.Builder.setBlending(com.io7m.jcanephora.renderstate.JCGLBlendState blending)
Initializes the optional value
blending to blending. |
R2TranslucentSingle.Builder<M> |
R2TranslucentSingle.Builder.setBlending(Optional<com.io7m.jcanephora.renderstate.JCGLBlendState> blending)
Initializes the optional value
blending to blending. |
R2TranslucentSingle.Builder<M> |
R2TranslucentSingle.Builder.setCulling(com.io7m.jcanephora.renderstate.JCGLCullingState culling)
Initializes the value for the
culling attribute. |
R2TranslucentSingle.Builder<M> |
R2TranslucentSingle.Builder.setInstance(R2InstanceSingleType instance)
Initializes the value for the
instance attribute. |
R2TranslucentSingle.Builder<M> |
R2TranslucentSingle.Builder.setShader(R2ShaderTranslucentInstanceSingleType<M> shader)
Initializes the value for the
shader attribute. |
R2TranslucentSingle.Builder<M> |
R2TranslucentSingle.Builder.setShaderParameters(M shaderParameters)
Initializes the value for the
shaderParameters attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com