| Package | Description |
|---|---|
| com.io7m.r2.core.debug |
Types and functions associated with debugging.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2DebugInstances
Extra instances for displaying debugging data.
|
| Modifier and Type | Method and Description |
|---|---|
R2DebugInstancesType |
R2DebugVisualizerRendererParametersType.debugInstances() |
R2DebugInstancesType |
R2DebugVisualizerRendererParameters.debugInstances() |
| Modifier and Type | Method and Description |
|---|---|
static R2DebugInstances |
R2DebugInstances.copyOf(R2DebugInstancesType instance)
Creates an immutable copy of a
R2DebugInstancesType value. |
R2DebugInstances.Builder |
R2DebugInstances.Builder.from(R2DebugInstancesType instance)
Fill a builder with attribute values from the provided
R2DebugInstancesType instance. |
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.setDebugInstances(R2DebugInstancesType debugInstances)
Initializes the value for the
debugInstances attribute. |
R2DebugVisualizerRendererParameters |
R2DebugVisualizerRendererParameters.withDebugInstances(R2DebugInstancesType value)
Copy the current immutable object by setting a value for the
debugInstances attribute. |
Copyright © 2016 <code@io7m.com> http://io7m.com