Class CubemapLoader


AssetLoader for Cubemap instances. The pixel data is loaded asynchronously. The texture is then created on the rendering thread, synchronously. Passing a CubemapLoader.CubemapParameter to AssetManager.load(String, Class, AssetLoaderParameters) allows one to specify parameters as can be passed to the various Cubemap constructors, e.g. filtering and so on.