public final class EntityRendererFeatures
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
DEFAULT
No extra features
|
static byte |
FRAME_BEGIN
The
EntityRenderer will watch for FrameBegin callback before rendering each scene frame |
static byte |
FRAME_END
The
EntityRenderer will watch for FrameBegin callback after rendering each scene frame |
static byte |
SHADOWMAP
This renderer can work in shadowmap mode
|
| Constructor and Description |
|---|
EntityRendererFeatures() |
public static final byte DEFAULT
public static final byte FRAME_BEGIN
EntityRenderer will watch for FrameBegin callback before rendering each scene framepublic static final byte FRAME_END
EntityRenderer will watch for FrameBegin callback after rendering each scene framepublic static final byte SHADOWMAP