| Package | Description |
|---|---|
| com.badlogic.gdx.assets.loaders | |
| com.badlogic.gdx.graphics | |
| com.badlogic.gdx.graphics.glutils |
| Modifier and Type | Field and Description |
|---|---|
CubemapData |
CubemapLoader.CubemapParameter.cubemapData
CubemapData for textures created on the fly, optional.
|
| Modifier and Type | Field and Description |
|---|---|
protected CubemapData |
Cubemap.data |
| Modifier and Type | Method and Description |
|---|---|
CubemapData |
Cubemap.getCubemapData() |
| Modifier and Type | Method and Description |
|---|---|
void |
Cubemap.load(CubemapData data)
Sets the sides of this cubemap to the specified
CubemapData. |
| Constructor and Description |
|---|
Cubemap(CubemapData data)
Construct a Cubemap based on the given CubemapData.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FacedCubemapData
A FacedCubemapData holds a cubemap data definition based on a
TextureData per face. |
class |
KTXTextureData
A KTXTextureData holds the data from a KTX (or zipped KTX file, aka ZKTX).
|