| Package | Description |
|---|---|
| com.io7m.jcanephora.core |
Core types and interfaces.
|
| com.io7m.jcanephora.core.api |
Type-safe OpenGL interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLCubeMapFaceRH |
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 |
JCGLCubeMapFaceRH.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCGLCubeMapFaceRH[] |
JCGLCubeMapFaceRH.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLCubeMapFaceLH |
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. |
| Modifier and Type | Method and Description |
|---|---|
default ByteBuffer |
JCGLTexturesCubeType.textureCubeGetImageRH(JCGLTextureUnitType unit,
JCGLCubeMapFaceRH face,
JCGLTextureCubeUsableType texture)
Fetch image data for the given face of the given texture.
|
default void |
JCGLTexturesCubeType.textureCubeUpdateRH(JCGLTextureUnitType unit,
JCGLCubeMapFaceRH face,
JCGLTextureCubeUpdateType data)
Replace the contents (or part of the contents) of the face
face
of the cube map texture data.getTexture() with data,
assuming a cube map that uses a right-handed coordinate system. |
Copyright © 2016 <code@io7m.com> http://io7m.com