public final class CullFaceMode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
BACK
Only back faces are culled
|
static int |
BOTH
Both back/front faces are culled, doesn't affect line/point rendering.
|
static int |
FRONT
Only front faces are culled
|
Constructor and Description |
---|
CullFaceMode() |
public static final int BACK
public static final int FRONT
public static final int BOTH