| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| com.io7m.r2.core.debug |
Types and functions associated with debugging.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
R2SceneOpaquesType
The set of opaque instances in a scene.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2SceneOpaques
Default implementation of the
R2SceneOpaquesType interface. |
| Modifier and Type | Method and Description |
|---|---|
void |
R2GeometryRendererType.renderGeometry(com.io7m.jareas.core.AreaInclusiveUnsignedLType area,
Optional<R2GeometryBufferUsableType> gbuffer,
com.io7m.jcanephora.profiler.JCGLProfilingContextType pc,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType uc,
R2MatricesObserverType m,
R2SceneOpaquesReadableType s)
Render the given opaque instances into the given geometry buffer.
|
void |
R2GeometryRenderer.renderGeometry(com.io7m.jareas.core.AreaInclusiveUnsignedLType area,
Optional<R2GeometryBufferUsableType> gbuffer,
com.io7m.jcanephora.profiler.JCGLProfilingContextType pc,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType uc,
R2MatricesObserverType m,
R2SceneOpaquesReadableType s) |
| Modifier and Type | Method and Description |
|---|---|
R2SceneOpaquesReadableType |
R2DebugVisualizerRendererParametersType.opaqueInstances() |
R2SceneOpaquesReadableType |
R2DebugVisualizerRendererParameters.opaqueInstances() |
| Modifier and Type | Method and Description |
|---|---|
static R2DebugVisualizerRendererParameters |
R2DebugVisualizerRendererParameters.of(R2UnitSphereUsableType unitSphere,
R2DebugCubeUsableType debugCube,
R2SceneOpaquesReadableType opaqueInstances,
R2SceneLightsType lights,
R2DebugInstancesType debugInstances,
boolean showOpaqueInstances,
boolean showLights,
it.unimi.dsi.fastutil.ints.Int2ReferenceMap<com.io7m.jtensors.parameterized.PVectorI4F<R2SpaceRGBAType>> geometryGroupColors,
com.io7m.jtensors.parameterized.PVectorI4F<R2SpaceRGBAType> geometryDefaultColor)
Construct a new immutable
R2DebugVisualizerRendererParameters instance. |
R2DebugVisualizerRendererParameters.Builder |
R2DebugVisualizerRendererParameters.Builder.setOpaqueInstances(R2SceneOpaquesReadableType opaqueInstances)
Initializes the value for the
opaqueInstances attribute. |
R2DebugVisualizerRendererParameters |
R2DebugVisualizerRendererParameters.withOpaqueInstances(R2SceneOpaquesReadableType value)
Copy the current immutable object by setting a value for the
opaqueInstances attribute. |
Copyright © 2016 <code@io7m.com> http://io7m.com