com.jme3.texture.plugins
Class DXTFlipper

java.lang.Object
  extended by com.jme3.texture.plugins.DXTFlipper

public class DXTFlipper
extends java.lang.Object

DXTFlipper is a utility class used to flip along Y axis DXT compressed textures.


Constructor Summary
DXTFlipper()
           
 
Method Summary
static java.nio.ByteBuffer flipDXT(java.nio.ByteBuffer img, int w, int h, Image.Format format)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DXTFlipper

public DXTFlipper()
Method Detail

flipDXT

public static java.nio.ByteBuffer flipDXT(java.nio.ByteBuffer img,
                                          int w,
                                          int h,
                                          Image.Format format)