|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.opengl.compositor.RenderScheme
public class RenderScheme
A render scheme. At the moment, render schemes are represented solely by their configurations, and this class exists only to provide a home for related constants.
| Field Summary | |
|---|---|
static String |
ORTHOGRAPHIC_PROJECTION
The name of the orthographic projection scheme. |
static String |
PERSPECTIVE_PROJECTION
The name of the perspective projection scheme. |
static String |
TRANSLUCENT
The name of the translucent scheme. |
static String |
VOLUME_PROJECTION
The name of the volume projection scheme. |
| Constructor Summary | |
|---|---|
RenderScheme()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TRANSLUCENT
public static final String PERSPECTIVE_PROJECTION
public static final String ORTHOGRAPHIC_PROJECTION
public static final String VOLUME_PROJECTION
| Constructor Detail |
|---|
public RenderScheme()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||