Uses of Interface
com.badlogic.gdx.graphics.CubemapData
-
Packages that use CubemapData Package Description com.badlogic.gdx.assets.loaders com.badlogic.gdx.graphics com.badlogic.gdx.graphics.glutils -
-
Uses of CubemapData in com.badlogic.gdx.assets.loaders
Fields in com.badlogic.gdx.assets.loaders declared as CubemapData Modifier and Type Field Description CubemapDataCubemapLoader.CubemapParameter. cubemapDataCubemapData for textures created on the fly, optional. -
Uses of CubemapData in com.badlogic.gdx.graphics
Fields in com.badlogic.gdx.graphics declared as CubemapData Modifier and Type Field Description protected CubemapDataCubemap. dataMethods in com.badlogic.gdx.graphics that return CubemapData Modifier and Type Method Description CubemapDataCubemap. getCubemapData()Methods in com.badlogic.gdx.graphics with parameters of type CubemapData Modifier and Type Method Description voidCubemap. load(CubemapData data)Sets the sides of this cubemap to the specifiedCubemapData.Constructors in com.badlogic.gdx.graphics with parameters of type CubemapData Constructor Description Cubemap(CubemapData data)Construct a Cubemap based on the given CubemapData. -
Uses of CubemapData in com.badlogic.gdx.graphics.glutils
Classes in com.badlogic.gdx.graphics.glutils that implement CubemapData Modifier and Type Class Description classFacedCubemapDataA FacedCubemapData holds a cubemap data definition based on aTextureDataper face.classKTXTextureDataA KTXTextureData holds the data from a KTX (or zipped KTX file, aka ZKTX).
-