Package | Description |
---|---|
com.badlogic.gdx.graphics | |
com.badlogic.gdx.graphics.glutils |
Modifier and Type | Method and Description |
---|---|
static Cubemap.CubemapSide |
Cubemap.CubemapSide.valueOf(java.lang.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 |
---|---|
protected void |
FrameBufferCubemap.bindSide(Cubemap.CubemapSide side)
Bind the side, making it active to render on.
|
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. |