Package arc.assets.loaders
Class CubemapLoader.CubemapParameter
- Enclosing class:
- CubemapLoader
-
Nested Class Summary
Nested classes/interfaces inherited from class arc.assets.AssetLoaderParameters
AssetLoaderParameters.LoadedCallback
-
Field Summary
Modifier and TypeFieldDescriptionThe texture to put theTextureData
in, optional.CubemapData for textures created on the fly, optional.the format of the final Texture.Fields inherited from class arc.assets.AssetLoaderParameters
loadedCallback
-
Constructor Summary
-
Method Summary
-
Field Details
-
format
the format of the final Texture. Uses the source images format if null -
cubemap
The texture to put theTextureData
in, optional. -
cubemapData
CubemapData for textures created on the fly, optional. When set, all format and genMipMaps are ignored -
minFilter
-
magFilter
-
wrapU
-
wrapV
-
-
Constructor Details
-
CubemapParameter
public CubemapParameter()
-