| Package | Description |
|---|---|
| com.io7m.jcanephora.core |
Core types and interfaces.
|
| com.io7m.jcanephora.core.api |
Type-safe OpenGL interfaces.
|
| com.io7m.jcanephora.jogl |
JOGL implementation of the
jcanephora API. |
| com.io7m.jcanephora.lwjgl3 |
LWJGL3 implementation of the
jcanephora API. |
| com.io7m.jcanephora.renderstate |
Render state abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLFaceSelection |
JCGLFaceSelection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCGLFaceSelection[] |
JCGLFaceSelection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JCGLCullingType.cullingEnable(JCGLFaceSelection faces,
JCGLFaceWindingOrder order)
Enable face culling for
faces and specify that front faces are
specified by giving vertices in the winding order specified by order. |
void |
JCGLStencilBuffersType.stencilBufferFunction(JCGLFaceSelection faces,
JCGLStencilFunction function,
int reference,
int mask)
Set the stencil function and reference value for the faces given by
faces. |
void |
JCGLStencilBuffersType.stencilBufferMask(JCGLFaceSelection faces,
int mask)
Control the writing of bits in the stencil buffer for the faces given by
faces. |
void |
JCGLStencilBuffersType.stencilBufferOperation(JCGLFaceSelection faces,
JCGLStencilOperation stencil_fail,
JCGLStencilOperation depth_fail,
JCGLStencilOperation pass)
Configure the operations to be performed on the stencil buffer for the
faces given by
faces. |
| Modifier and Type | Method and Description |
|---|---|
static JCGLFaceSelection |
JOGLTypeConversions.faceSelectionFromGL(int faces)
Convert face selections from GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
JOGLTypeConversions.faceSelectionToGL(JCGLFaceSelection faces)
Convert faces to GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLFaceSelection |
LWJGL3TypeConversions.faceSelectionFromGL(int faces)
Convert face selections from GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
LWJGL3TypeConversions.faceSelectionToGL(JCGLFaceSelection faces)
Convert faces to GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
default JCGLFaceSelection |
JCGLCullingStateType.faceSelection() |
JCGLFaceSelection |
JCGLCullingStateMutable.faceSelection() |
JCGLFaceSelection |
JCGLCullingState.faceSelection() |
| Modifier and Type | Method and Description |
|---|---|
static JCGLCullingStateMutable |
JCGLCullingStateMutable.create(JCGLFaceSelection faceSelection,
JCGLFaceWindingOrder faceWindingOrder)
Construct a modifiable instance of
JCGLCullingStateType. |
static JCGLCullingState |
JCGLCullingState.of(JCGLFaceSelection faceSelection,
JCGLFaceWindingOrder faceWindingOrder)
Construct a new immutable
JCGLCullingState instance. |
JCGLCullingStateMutable |
JCGLCullingStateMutable.setFaceSelection(JCGLFaceSelection faceSelection)
Assigns a value to the
faceSelection attribute. |
JCGLCullingState.Builder |
JCGLCullingState.Builder.setFaceSelection(JCGLFaceSelection faceSelection)
Initializes the value for the
faceSelection attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com