|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Renderer.OpaqueSortingPolicy>
org.xith3d.render.Renderer.OpaqueSortingPolicy
public static enum Renderer.OpaqueSortingPolicy
| Enum Constant Summary | |
|---|---|
CUSTOM
Indicates, that a custom RenderBinSorter is being used |
|
SORT_BY_STATES
Opaque shapes are sorted by states (minimize render states changes for maximum performance) |
|
SORT_BY_STATES_ORDERED
Opaque shapes are sorted by states (minimize render states changes for maximum performance) with respect to the Node's OrderedState. |
|
SORT_BY_Z_VALUE
Opaque shapes are sorted by z-value |
|
SORT_FRONT_TO_BACK
Opaque shapes are sorted from front to back |
|
SORT_NONE
No sorting is done |
|
| Method Summary | |
|---|---|
RenderBinSorter |
getSorter()
|
static Renderer.OpaqueSortingPolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Renderer.OpaqueSortingPolicy[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Renderer.OpaqueSortingPolicy SORT_NONE
public static final Renderer.OpaqueSortingPolicy SORT_BY_STATES
public static final Renderer.OpaqueSortingPolicy SORT_BY_STATES_ORDERED
OrderedState.
public static final Renderer.OpaqueSortingPolicy SORT_FRONT_TO_BACK
public static final Renderer.OpaqueSortingPolicy SORT_BY_Z_VALUE
public static final Renderer.OpaqueSortingPolicy CUSTOM
| Method Detail |
|---|
public static Renderer.OpaqueSortingPolicy[] values()
for (Renderer.OpaqueSortingPolicy c : Renderer.OpaqueSortingPolicy.values()) System.out.println(c);
public static Renderer.OpaqueSortingPolicy valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic RenderBinSorter getSorter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||