| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| com.io7m.r2.core.debug |
Types and functions associated with debugging.
|
| com.io7m.r2.meshes.defaults |
Default mesh instances.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
R2UnitCubeType
The type of unit cubes with edge length 1.
|
interface |
R2UnitSphereType
The type of unit spheres with radius 1.
|
| Modifier and Type | Method and Description |
|---|---|
static R2LightSphericalSingleType |
R2LightSphericalSingle.newLight(R2UnitSphereUsableType in_sphere,
R2IDPoolType in_pool)
Construct a new light.
|
| Modifier and Type | Method and Description |
|---|---|
R2UnitSphereUsableType |
R2DebugVisualizerRendererParametersType.unitSphere() |
R2UnitSphereUsableType |
R2DebugVisualizerRendererParameters.unitSphere() |
| 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.setUnitSphere(R2UnitSphereUsableType unitSphere)
Initializes the value for the
unitSphere attribute. |
R2DebugVisualizerRendererParameters |
R2DebugVisualizerRendererParameters.withUnitSphere(R2UnitSphereUsableType value)
Copy the current immutable object by setting a value for the
unitSphere attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
R2UnitCube
The default implementation of the
R2UnitCubeType interface. |
class |
R2UnitSphere
The default implementation of the
R2UnitSphereType interface. |
Copyright © 2017 <code@io7m.com> http://io7m.com