Package | Description |
---|---|
com.badlogic.gdx.assets.loaders | |
com.badlogic.gdx.graphics.g3d.attributes | |
com.badlogic.gdx.graphics.glutils |
Modifier and Type | Field and Description |
---|---|
Cubemap |
CubemapLoader.CubemapParameter.cubemap
The texture to put the
TextureData in, optional. |
Modifier and Type | Method and Description |
---|---|
Cubemap |
CubemapLoader.loadSync(AssetManager manager,
java.lang.String fileName,
FileHandle file,
CubemapLoader.CubemapParameter parameter) |
Modifier and Type | Field and Description |
---|---|
TextureDescriptor<Cubemap> |
CubemapAttribute.textureDescription |
Constructor and Description |
---|
CubemapAttribute(long type,
Cubemap texture) |
Modifier and Type | Method and Description |
---|---|
protected Cubemap |
FrameBufferCubemap.createTexture(GLFrameBuffer.FrameBufferTextureAttachmentSpec attachmentSpec) |
Modifier and Type | Method and Description |
---|---|
protected void |
FrameBufferCubemap.attachFrameBufferColorTexture(Cubemap texture) |
protected void |
FrameBufferCubemap.disposeColorTexture(Cubemap colorTexture) |
Constructor and Description |
---|
FrameBufferCubemap(GLFrameBuffer.GLFrameBufferBuilder<? extends GLFrameBuffer<Cubemap>> bufferBuilder)
Creates a GLFrameBuffer from the specifications provided by bufferBuilder
|