public enum JCGLCubeMapFaceRH extends Enum<JCGLCubeMapFaceRH>
| Enum Constant and Description |
|---|
CUBE_MAP_RH_NEGATIVE_X
The negative X face of a right-handed cube map.
|
CUBE_MAP_RH_NEGATIVE_Y
The negative Y face of a right-handed cube map.
|
CUBE_MAP_RH_NEGATIVE_Z
The negative Z face of a right-handed cube map.
|
CUBE_MAP_RH_POSITIVE_X
The positive X face of a right-handed cube map.
|
CUBE_MAP_RH_POSITIVE_Y
The positive Y face of a right-handed cube map.
|
CUBE_MAP_RH_POSITIVE_Z
The positive Z face of a right-handed cube map.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLCubeMapFaceRH |
fromLH(JCGLCubeMapFaceLH face)
For the cube map face
face in OpenGL's left handed cube map
coordinate system, return the corresponding face in a right-handed
coordinate system consistent with that of OpenGL's "world" coordinates. |
static JCGLCubeMapFaceRH |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCGLCubeMapFaceRH[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JCGLCubeMapFaceRH CUBE_MAP_RH_NEGATIVE_X
public static final JCGLCubeMapFaceRH CUBE_MAP_RH_NEGATIVE_Y
public static final JCGLCubeMapFaceRH CUBE_MAP_RH_NEGATIVE_Z
public static final JCGLCubeMapFaceRH CUBE_MAP_RH_POSITIVE_X
public static final JCGLCubeMapFaceRH CUBE_MAP_RH_POSITIVE_Y
public static final JCGLCubeMapFaceRH CUBE_MAP_RH_POSITIVE_Z
public static JCGLCubeMapFaceRH[] values()
for (JCGLCubeMapFaceRH c : JCGLCubeMapFaceRH.values()) System.out.println(c);
public static JCGLCubeMapFaceRH valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static JCGLCubeMapFaceRH fromLH(JCGLCubeMapFaceLH face)
face in OpenGL's left handed cube map
coordinate system, return the corresponding face in a right-handed
coordinate system consistent with that of OpenGL's "world" coordinates.face - The left-handed face.Copyright © 2016 <code@io7m.com> http://io7m.com