| Package | Description |
|---|---|
| com.io7m.jcanephora.core |
Core types and interfaces.
|
| com.io7m.jcanephora.core.api |
Type-safe OpenGL interfaces.
|
| com.io7m.jcanephora.jogl |
JOGL implementation of the
jcanephora API. |
| 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. |
static JCGLCubeMapFaceLH |
JCGLCubeMapFaceLH.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCGLCubeMapFaceLH[] |
JCGLCubeMapFaceLH.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JCGLFramebufferBuilderType.attachColorTextureCubeAt(JCGLFramebufferColorAttachmentPointType point,
JCGLFramebufferDrawBufferType buffer,
JCGLTextureCubeUsableType texture,
JCGLCubeMapFaceLH face)
Attach the face
face of the given color cube-map texture texture to the framebuffer that will be created, at attachment point
point. |
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. |
A |
JCGLFramebufferColorAttachmentMatcherType.onTextureCube(JCGLTextureCubeUsableType t,
JCGLCubeMapFaceLH face)
Match an attachment.
|
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
JCGLTexturesCubeType.textureCubeGetImageLH(JCGLTextureUnitType unit,
JCGLCubeMapFaceLH face,
JCGLTextureCubeUsableType texture)
Fetch image data for the given face of the given texture.
|
void |
JCGLTexturesCubeType.textureCubeUpdateLH(JCGLTextureUnitType unit,
JCGLCubeMapFaceLH 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 left-handed coordinate system (the OpenGL
default). |
| Modifier and Type | Method and Description |
|---|---|
static JCGLCubeMapFaceLH |
JOGLTypeConversions.cubeFaceFromGL(int face)
Convert faces from GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
JOGLTypeConversions.cubeFaceToGL(JCGLCubeMapFaceLH face)
Convert cube map faces to GL constants.
|
Copyright © 2016 <code@io7m.com> http://io7m.com