Package | Description |
---|---|
agi.foundation.graphics.advanced |
Provides less commonly instantiated graphics types for the camera, mouse options, primitive options, and others.
|
Modifier and Type | Field and Description |
---|---|
static RenderPass |
RenderPass.CENTRAL_BODY_CLIPPED
Render before the central body is rendered.
|
static RenderPass |
RenderPass.OPAQUE
Render during the opaque rendering pass.
|
static RenderPass |
RenderPass.ORDERED_COMPOSITE
Rendered in an ordered composite before all primitives but after the central body is rendered.
|
static RenderPass |
RenderPass.ORDERED_COMPOSITE_CENTRAL_BODY_CLIPPED
Rendered in an ordered composite before all other primitives and before the central body is rendered.
|
static RenderPass |
RenderPass.TERRAIN
Render after the terrain is rendered.
|
static RenderPass |
RenderPass.TRANSLUCENT
Render during the translucent rendering pass.
|
Modifier and Type | Method and Description |
---|---|
RenderPass |
RenderPass.add(RenderPass other)
Add the specified value to the current set and return the result.
|
static RenderPass |
RenderPass.getDefault()
Get the enum constant that is considered to be the default.
|
static RenderPass |
RenderPass.getFromValue(int value)
Get the set of values that are associated with the given numeric value.
|
static RenderPass |
RenderPass.of(RenderPass... enums)
Create a new value built by combining the specified values.
|
Modifier and Type | Method and Description |
---|---|
RenderPass |
RenderPass.add(RenderPass other)
Add the specified value to the current set and return the result.
|
boolean |
RenderPass.contains(RenderPass other)
Determines whether the specified value is present in the current set.
|
static RenderPass |
RenderPass.of(RenderPass... enums)
Create a new value built by combining the specified values.
|