| Package | Description |
|---|---|
| com.badlogic.gdx.graphics | |
| com.badlogic.gdx.graphics.glutils |
| Modifier and Type | Method and Description |
|---|---|
static Cubemap.CubemapSide |
Cubemap.CubemapSide.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cubemap.CubemapSide[] |
Cubemap.CubemapSide.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Cubemap.CubemapSide |
FrameBufferCubemap.getSide()
Get the currently bound side.
|
| Modifier and Type | Method and Description |
|---|---|
TextureData |
FacedCubemapData.getTextureData(Cubemap.CubemapSide side) |
void |
FacedCubemapData.load(Cubemap.CubemapSide side,
FileHandle file)
Loads the texture specified using the
FileHandle and sets it to specified side, overwriting any previous data set to
that side. |
void |
FacedCubemapData.load(Cubemap.CubemapSide side,
Pixmap pixmap)
Sets the specified side of this cubemap to the specified
Pixmap, overwriting any previous data set to that side. |
Copyright © 2021. All rights reserved.