Package com.jme3.texture.plugins
Class AndroidBufferImageLoader
java.lang.Object
com.jme3.texture.plugins.AndroidBufferImageLoader
- All Implemented Interfaces:
com.jme3.asset.AssetLoader
Loads textures using Android's Bitmap class, but does not have the
RGBA8 alpha bug.
See below link for supported image formats:
https://developer.android.com/guide/topics/media/media-formats#image-formats
- Author:
- Kirill Vainer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AndroidBufferImageLoader
public AndroidBufferImageLoader()
-
-
Method Details
-
load
- Specified by:
loadin interfacecom.jme3.asset.AssetLoader- Throws:
IOException
-