com.jme3.texture.plugins
Class ImageFlipper

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

public class ImageFlipper
extends java.lang.Object

ImageFlipper is a utility class used to flip images across the Y axis. Due to the standard of where the image origin is between OpenGL and other software, this class is required.


Constructor Summary
ImageFlipper()
           
 
Method Summary
static void flipImage(Image img, int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageFlipper

public ImageFlipper()
Method Detail

flipImage

public static void flipImage(Image img,
                             int index)