| 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. |
| 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.
|
Copyright © 2015 <code@io7m.com> http://io7m.com