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 Link icon

    Nested classes/interfaces inherited from class com.badlogic.gdx.assets.AssetLoaderParameters Link icon

    com.badlogic.gdx.assets.AssetLoaderParameters.LoadedCallback
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    The texture to put the TextureData 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 Link icon

    loadedCallback
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details Link icon

    • format Link icon

      public com.badlogic.gdx.graphics.Pixmap.Format format
      the format of the final Texture. Uses the source images format if null
    • cubemap Link icon

      public OwnCubemap cubemap
      The texture to put the TextureData in, optional.
    • cubemapData Link icon

      public com.badlogic.gdx.graphics.CubemapData cubemapData
      CubemapData for textures created on the fly, optional. When set, all format and genMipMaps are ignored
    • minFilter Link icon

      public com.badlogic.gdx.graphics.Texture.TextureFilter minFilter
    • magFilter Link icon

      public com.badlogic.gdx.graphics.Texture.TextureFilter magFilter
    • wrapU Link icon

      public com.badlogic.gdx.graphics.Texture.TextureWrap wrapU
    • wrapV Link icon

      public com.badlogic.gdx.graphics.Texture.TextureWrap wrapV
  • Constructor Details Link icon

    • CubemapParameter Link icon

      public CubemapParameter()