Uses of Class
com.badlogic.gdx.graphics.Cubemap.CubemapSide
-
Packages that use Cubemap.CubemapSide Package Description com.badlogic.gdx.graphics com.badlogic.gdx.graphics.glutils -
-
Uses of Cubemap.CubemapSide in com.badlogic.gdx.graphics
Methods in com.badlogic.gdx.graphics that return Cubemap.CubemapSide Modifier and Type Method Description static Cubemap.CubemapSideCubemap.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. -
Uses of Cubemap.CubemapSide in com.badlogic.gdx.graphics.glutils
Methods in com.badlogic.gdx.graphics.glutils that return Cubemap.CubemapSide Modifier and Type Method Description Cubemap.CubemapSideFrameBufferCubemap. getSide()Get the currently bound side.Methods in com.badlogic.gdx.graphics.glutils with parameters of type Cubemap.CubemapSide Modifier and Type Method Description protected voidFrameBufferCubemap. bindSide(Cubemap.CubemapSide side)Bind the side, making it active to render on.TextureDataFacedCubemapData. getTextureData(Cubemap.CubemapSide side)voidFacedCubemapData. load(Cubemap.CubemapSide side, FileHandle file)Loads the texture specified using theFileHandleand sets it to specified side, overwriting any previous data set to that side.voidFacedCubemapData. load(Cubemap.CubemapSide side, Pixmap pixmap)Sets the specified side of this cubemap to the specifiedPixmap, overwriting any previous data set to that side.
-