| Package | Description |
|---|---|
| com.io7m.jcanephora.core |
Core types and interfaces.
|
| com.io7m.jcanephora.core.api |
Type-safe OpenGL interfaces.
|
| com.io7m.jcanephora.texture_loader.core |
Core texture loading interfaces and types.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLTextureCubeUpdateType |
JCGLTextureUpdates.newUpdateReplacingAllCube(JCGLTextureCubeUsableType t)
Create a new update that will replace the entirety of one face of
t. |
static JCGLTextureCubeUpdateType |
JCGLTextureUpdates.newUpdateReplacingAreaCube(JCGLTextureCubeUsableType t,
com.io7m.jareas.core.AreaInclusiveUnsignedLType area)
Create a new update that will replace the given
area of t. |
| Modifier and Type | Method and Description |
|---|---|
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). |
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. |
| Modifier and Type | Method and Description |
|---|---|
JCGLTextureCubeUpdateType |
JCGLTLTextureUpdateProviderType.getTextureUpdateCube(JCGLTextureCubeUsableType t,
JCGLTLTextureDataType data)
Populate and return a texture update for
t using the contents of
data. |
JCGLTextureCubeUpdateType |
JCGLTLTextureUpdateProvider.getTextureUpdateCube(JCGLTextureCubeUsableType t,
JCGLTLTextureDataType data) |
Copyright © 2016 <code@io7m.com> http://io7m.com