Uses of Class
com.badlogic.gdx.graphics.Cubemap
-
Packages that use Cubemap Package Description com.badlogic.gdx.assets.loaders com.badlogic.gdx.graphics.g3d.attributes com.badlogic.gdx.graphics.glutils -
-
Uses of Cubemap in com.badlogic.gdx.assets.loaders
Fields in com.badlogic.gdx.assets.loaders declared as Cubemap Modifier and Type Field Description CubemapCubemapLoader.CubemapParameter. cubemapThe texture to put theTextureDatain, optional.Methods in com.badlogic.gdx.assets.loaders that return Cubemap Modifier and Type Method Description CubemapCubemapLoader. loadSync(AssetManager manager, java.lang.String fileName, FileHandle file, CubemapLoader.CubemapParameter parameter) -
Uses of Cubemap in com.badlogic.gdx.graphics.g3d.attributes
Fields in com.badlogic.gdx.graphics.g3d.attributes with type parameters of type Cubemap Modifier and Type Field Description TextureDescriptor<Cubemap>CubemapAttribute. textureDescriptionConstructors in com.badlogic.gdx.graphics.g3d.attributes with parameters of type Cubemap Constructor Description CubemapAttribute(long type, Cubemap texture) -
Uses of Cubemap in com.badlogic.gdx.graphics.glutils
Methods in com.badlogic.gdx.graphics.glutils that return Cubemap Modifier and Type Method Description protected CubemapFrameBufferCubemap. createTexture(GLFrameBuffer.FrameBufferTextureAttachmentSpec attachmentSpec)Methods in com.badlogic.gdx.graphics.glutils with parameters of type Cubemap Modifier and Type Method Description protected voidFrameBufferCubemap. attachFrameBufferColorTexture(Cubemap texture)protected voidFrameBufferCubemap. disposeColorTexture(Cubemap colorTexture)Constructor parameters in com.badlogic.gdx.graphics.glutils with type arguments of type Cubemap Constructor Description FrameBufferCubemap(GLFrameBuffer.GLFrameBufferBuilder<? extends GLFrameBuffer<Cubemap>> bufferBuilder)Creates a GLFrameBuffer from the specifications provided by bufferBuilder
-