com.jme3.renderer.android
Class TextureUtil
java.lang.Object
com.jme3.renderer.android.TextureUtil
public class TextureUtil
- extends java.lang.Object
Method Summary |
static void |
loadTextureFeatures(java.lang.String extensionString)
|
static void |
uploadTextureAny(Image img,
int target,
int index,
boolean needMips)
|
static void |
uploadTextureBitmap(int target,
android.graphics.Bitmap bitmap,
boolean needMips)
uploadTextureBitmap uploads a native android bitmap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENABLE_COMPRESSION
public static boolean ENABLE_COMPRESSION
TextureUtil
public TextureUtil()
loadTextureFeatures
public static void loadTextureFeatures(java.lang.String extensionString)
uploadTextureBitmap
public static void uploadTextureBitmap(int target,
android.graphics.Bitmap bitmap,
boolean needMips)
uploadTextureBitmap
uploads a native android bitmap
uploadTextureAny
public static void uploadTextureAny(Image img,
int target,
int index,
boolean needMips)