| Package | Description |
|---|---|
| com.io7m.jcanephora.renderstate |
Render state abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
JCGLCullingStateMutable |
JCGLCullingStateMutable.clear()
Clears the object by setting all attributes to their initial values.
|
static JCGLCullingStateMutable |
JCGLCullingStateMutable.create()
Construct a modifiable instance of
JCGLCullingStateType. |
static JCGLCullingStateMutable |
JCGLCullingStateMutable.create(JCGLFaceSelection faceSelection,
JCGLFaceWindingOrder faceWindingOrder)
Construct a modifiable instance of
JCGLCullingStateType. |
JCGLCullingStateMutable |
JCGLCullingStateMutable.from(JCGLCullingStateType instance)
Fill this modifiable instance with attribute values from the provided
JCGLCullingStateType instance. |
JCGLCullingStateMutable |
JCGLCullingStateMutable.setFaceSelection(JCGLFaceSelection faceSelection)
Assigns a value to the
faceSelection attribute. |
JCGLCullingStateMutable |
JCGLCullingStateMutable.setFaceWindingOrder(JCGLFaceWindingOrder faceWindingOrder)
Assigns a value to the
faceWindingOrder attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com