| 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 JCGLFaceWindingOrder |
JCGLFaceWindingOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCGLFaceWindingOrder[] |
JCGLFaceWindingOrder.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. |
| Modifier and Type | Method and Description |
|---|---|
static JCGLFaceWindingOrder |
JOGLTypeConversions.faceWindingOrderFromGL(int f)
Convert winding orders to GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
JOGLTypeConversions.faceWindingOrderToGL(JCGLFaceWindingOrder f)
Convert face winding orders to GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLFaceWindingOrder |
LWJGL3TypeConversions.faceWindingOrderFromGL(int f)
Convert winding orders to GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
LWJGL3TypeConversions.faceWindingOrderToGL(JCGLFaceWindingOrder f)
Convert face winding orders to GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
default JCGLFaceWindingOrder |
JCGLCullingStateType.getFaceWindingOrder() |
JCGLFaceWindingOrder |
JCGLCullingStateMutable.getFaceWindingOrder() |
JCGLFaceWindingOrder |
JCGLCullingState.getFaceWindingOrder() |
| 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.setFaceWindingOrder(JCGLFaceWindingOrder faceWindingOrder)
Assigns a value to the
faceWindingOrder attribute. |
JCGLCullingState.Builder |
JCGLCullingState.Builder.setFaceWindingOrder(JCGLFaceWindingOrder faceWindingOrder)
Initializes the value for the
faceWindingOrder attribute. |
Copyright © 2016 <code@io7m.com> http://io7m.com