Class ImageFlipper

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

public class ImageFlipper extends 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.
  • Method Details

    • flipImage

      public static void flipImage(Image img, int index)