|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Renderer.TransparentSortingPolicy>
org.xith3d.render.Renderer.TransparentSortingPolicy
public static enum Renderer.TransparentSortingPolicy
| Enum Constant Summary | |
|---|---|
CUSTOM
Indicates, that a custom REnderBinSorter is being used |
|
SORT_BOUNDING_SPHERE_AND_EYE_RAY_INTERSECTION
Transparent shapes are sorted by bounding spheres and eye ray intersection |
|
SORT_BY_Z_VALUE
Opaque shapes are sorted by z-value |
|
SORT_FRONT_TO_BACK
Transparent shapes are sorted front-to-back |
|
SORT_NONE
No sorting is done |
|
| Method Summary | |
|---|---|
RenderBinSorter |
getSorter()
|
static Renderer.TransparentSortingPolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Renderer.TransparentSortingPolicy[] |
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.TransparentSortingPolicy SORT_NONE
public static final Renderer.TransparentSortingPolicy SORT_FRONT_TO_BACK
public static final Renderer.TransparentSortingPolicy SORT_BOUNDING_SPHERE_AND_EYE_RAY_INTERSECTION
public static final Renderer.TransparentSortingPolicy SORT_BY_Z_VALUE
public static final Renderer.TransparentSortingPolicy CUSTOM
| Method Detail |
|---|
public static Renderer.TransparentSortingPolicy[] values()
for (Renderer.TransparentSortingPolicy c : Renderer.TransparentSortingPolicy.values()) System.out.println(c);
public static Renderer.TransparentSortingPolicy 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 | |||||||||