com.jme3.renderer.android
Class TextureUtil

java.lang.Object
  extended by com.jme3.renderer.android.TextureUtil

public class TextureUtil
extends java.lang.Object


Field Summary
static boolean ENABLE_COMPRESSION
           
 
Constructor Summary
TextureUtil()
           
 
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
 

Field Detail

ENABLE_COMPRESSION

public static boolean ENABLE_COMPRESSION
Constructor Detail

TextureUtil

public TextureUtil()
Method Detail

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)