| Modifier and Type | Field and Description |
|---|---|
protected Face |
ShadowInfo.cullFace |
| Modifier and Type | Method and Description |
|---|---|
Face |
RenderEngineState.getCullFace() |
static Face |
Face.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Face[] |
Face.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.cullFace(Face face) |
| Modifier and Type | Field and Description |
|---|---|
protected Face |
LWJGLRenderEngineState.cullFace
Stores which face is getting culled.
|
| Modifier and Type | Method and Description |
|---|---|
Face |
LWJGLRenderEngineState.getCullFace() |
| Modifier and Type | Method and Description |
|---|---|
void |
LWJGLRenderEngineState.cullFace(Face face) |
| Modifier and Type | Method and Description |
|---|---|
static int |
GLEnum.getGLEnum(Face face) |
Copyright © 2014. All rights reserved.