|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.config.ManagedConfig
com.threerings.opengl.compositor.config.RenderQueueConfig
public class RenderQueueConfig
The configuration of a render queue.
| Nested Class Summary | |
|---|---|
static class |
RenderQueueConfig.Normal
The normal render mode. |
static class |
RenderQueueConfig.Ortho
The ortho render mode: switches to an ortho matrix (with pixel scale) before rendering. |
static class |
RenderQueueConfig.RenderMode
Base class for render modes. |
static class |
RenderQueueConfig.Skybox
The skybox render mode: scales the field of view before rendering and clears the z buffer afterwards. |
static class |
RenderQueueConfig.SortMode
The available sort modes. |
| Field Summary | |
|---|---|
int |
priority
The priority of the queue. |
RenderQueueConfig.RenderMode |
renderMode
The queue's render mode. |
RenderQueueConfig.SortMode |
sortMode
The queue's sort mode. |
String |
type
The type of the queue. |
| Constructor Summary | |
|---|---|
RenderQueueConfig()
|
|
| Method Summary |
|---|
| Methods inherited from class com.threerings.config.ManagedConfig |
|---|
addListener, configUpdated, getConfigManager, getInstance, getInstance, getInstance, getInstance, getInstance, getName, getReference, init, removeListener, resourceModified, setName, updateFromSource, validateOuters, validateReferences, wasUpdated |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(hgroup="t") public String type
@Editable(hgroup="t") public int priority
@Editable public RenderQueueConfig.SortMode sortMode
@Editable public RenderQueueConfig.RenderMode renderMode
| Constructor Detail |
|---|
public RenderQueueConfig()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||