| Modifier and Type | Field and Description |
|---|---|
protected Face |
ShadowInfo.cullFace |
| Modifier and Type | Method and Description |
|---|---|
Face |
ShadowInfo.getCullFace() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShadowInfo.setCullFace(Face cullFace) |
| Constructor and Description |
|---|
ShadowInfo(Matrix4f matrix,
Face 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 © 2015. All rights reserved.