Package gaiasky.util.gdx.loader
Class CubemapLoader.CubemapParameter
java.lang.Object
com.badlogic.gdx.assets.AssetLoaderParameters<OwnCubemap>
gaiasky.util.gdx.loader.CubemapLoader.CubemapParameter
- Enclosing class:
CubemapLoader
public static class CubemapLoader.CubemapParameter
extends com.badlogic.gdx.assets.AssetLoaderParameters<OwnCubemap>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.badlogic.gdx.assets.AssetLoaderParameters
com.badlogic.gdx.assets.AssetLoaderParameters.LoadedCallback
-
Field Summary
Modifier and TypeFieldDescriptionThe texture to put theTextureData
in, optional.com.badlogic.gdx.graphics.CubemapData
CubemapData for textures created on the fly, optional.com.badlogic.gdx.graphics.Pixmap.Format
the format of the final Texture.com.badlogic.gdx.graphics.Texture.TextureFilter
com.badlogic.gdx.graphics.Texture.TextureFilter
com.badlogic.gdx.graphics.Texture.TextureWrap
com.badlogic.gdx.graphics.Texture.TextureWrap
Fields inherited from class com.badlogic.gdx.assets.AssetLoaderParameters
loadedCallback
-
Constructor Summary
-
Method Summary
-
Field Details
-
format
public com.badlogic.gdx.graphics.Pixmap.Format formatthe format of the final Texture. Uses the source images format if null -
cubemap
The texture to put theTextureData
in, optional. -
cubemapData
public com.badlogic.gdx.graphics.CubemapData cubemapDataCubemapData for textures created on the fly, optional. When set, all format and genMipMaps are ignored -
minFilter
public com.badlogic.gdx.graphics.Texture.TextureFilter minFilter -
magFilter
public com.badlogic.gdx.graphics.Texture.TextureFilter magFilter -
wrapU
public com.badlogic.gdx.graphics.Texture.TextureWrap wrapU -
wrapV
public com.badlogic.gdx.graphics.Texture.TextureWrap wrapV
-
-
Constructor Details
-
CubemapParameter
public CubemapParameter()
-