public enum JCGLCubeMapFaceLH extends Enum<JCGLCubeMapFaceLH>
| Enum Constant and Description |
|---|
CUBE_MAP_LH_NEGATIVE_X
The negative X face of a left-handed cube map.
|
CUBE_MAP_LH_NEGATIVE_Y
The negative Y face of a left-handed cube map.
|
CUBE_MAP_LH_NEGATIVE_Z
The negative Z face of a left-handed cube map.
|
CUBE_MAP_LH_POSITIVE_X
The positive X face of a left-handed cube map.
|
CUBE_MAP_LH_POSITIVE_Y
The positive Y face of a left-handed cube map.
|
CUBE_MAP_LH_POSITIVE_Z
The positive Z face of a left-handed cube map.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLCubeMapFaceLH |
fromRH(JCGLCubeMapFaceRH face)
For the cube map face
face in a coordinate system consistent with
OpenGL's "world" coordinates, return the corresponding face in OpenGL's
left handed cube map coordinate system. |
int |
order() |
static JCGLCubeMapFaceLH |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCGLCubeMapFaceLH[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JCGLCubeMapFaceLH CUBE_MAP_LH_NEGATIVE_X
public static final JCGLCubeMapFaceLH CUBE_MAP_LH_NEGATIVE_Y
public static final JCGLCubeMapFaceLH CUBE_MAP_LH_NEGATIVE_Z
public static final JCGLCubeMapFaceLH CUBE_MAP_LH_POSITIVE_X
public static final JCGLCubeMapFaceLH CUBE_MAP_LH_POSITIVE_Y
public static final JCGLCubeMapFaceLH CUBE_MAP_LH_POSITIVE_Z
public static JCGLCubeMapFaceLH[] values()
for (JCGLCubeMapFaceLH c : JCGLCubeMapFaceLH.values()) System.out.println(c);
public static JCGLCubeMapFaceLH 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 JCGLCubeMapFaceLH fromRH(JCGLCubeMapFaceRH face)
face in a coordinate system consistent with
OpenGL's "world" coordinates, return the corresponding face in OpenGL's
left handed cube map coordinate system.face - The right-handed face.public int order()
Copyright © 2015 <code@io7m.com> http://io7m.com