| Package | Description |
|---|---|
| org.achtern.AchternEngine.core.rendering.state | |
| org.achtern.AchternEngine.lwjgl.rendering.state | |
| org.achtern.AchternEngine.lwjgl.util |
| Modifier and Type | Method and Description |
|---|---|
FrontFaceMethod |
RenderEngineState.getFrontFace() |
static FrontFaceMethod |
FrontFaceMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrontFaceMethod[] |
FrontFaceMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RenderEngineState.setFrontFace(FrontFaceMethod face) |
| Modifier and Type | Field and Description |
|---|---|
protected FrontFaceMethod |
LWJGLRenderEngineState.frontFace
Stores how faces are drawn.
|
| Modifier and Type | Method and Description |
|---|---|
FrontFaceMethod |
LWJGLRenderEngineState.getFrontFace() |
| Modifier and Type | Method and Description |
|---|---|
void |
LWJGLRenderEngineState.setFrontFace(FrontFaceMethod face) |
| Modifier and Type | Method and Description |
|---|---|
static int |
GLEnum.getGLEnum(FrontFaceMethod face) |
Copyright © 2014. All rights reserved.