|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StereoRenderPass.ProjectionMode>
synergynetframework.jme.sysutils.StereoRenderPass.ProjectionMode
public static enum StereoRenderPass.ProjectionMode
The type of projection to use to create a stereo rendering.
Enum Constant Summary | |
---|---|
ASYMMETRIC_FRUSTUM
Assymetric frustum is a more advanced stereo projection stereoMode that takes focus into account. |
|
SIMPLE_OFFSET
Simple offset moves the camera a bit to the left and a bit to the right to create the stereo effect. |
Method Summary | |
---|---|
static StereoRenderPass.ProjectionMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StereoRenderPass.ProjectionMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, 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 StereoRenderPass.ProjectionMode ASYMMETRIC_FRUSTUM
public static final StereoRenderPass.ProjectionMode SIMPLE_OFFSET
Method Detail |
---|
public static StereoRenderPass.ProjectionMode[] values()
for (StereoRenderPass.ProjectionMode c : StereoRenderPass.ProjectionMode.values()) System.out.println(c);
public static StereoRenderPass.ProjectionMode 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 null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |