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

    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

    loadedCallback
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • format

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

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

      public com.badlogic.gdx.graphics.CubemapData cubemapData
      CubemapData 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()