| 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 |
|---|---|
FillMode |
RenderEngineState.getPolygonMode() |
static FillMode |
FillMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FillMode[] |
FillMode.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.setPolygonMode(FillMode mode) |
| Modifier and Type | Field and Description |
|---|---|
protected FillMode |
LWJGLRenderEngineState.polygonMode
Store how polygons are getting filled.
|
| Modifier and Type | Method and Description |
|---|---|
FillMode |
LWJGLRenderEngineState.getPolygonMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
LWJGLRenderEngineState.setPolygonMode(FillMode mode) |
| Modifier and Type | Method and Description |
|---|---|
static int |
GLEnum.getGLEnum(FillMode mode) |
Copyright © 2014. All rights reserved.