Re: Flipped texture
Posted by
Michael Bien on
Jul 21, 2010; 4:26am
URL: https://forum.jogamp.org/Flipped-texture-tp965264p983320.html
good detective work dom :)
On 07/19/2010 01:44 PM, Demoscene Passivist [via jogamp] wrote:
It seems everything is already there, u just have to find it :)
com.jogamp.opengl.util.awt.ImageUtil
public static void flipImageVertically(BufferedImage image)
Flips the supplied BufferedImage vertically. This is often a
necessary conversion step to display a Java2D image correctly with
OpenGL and vice versa.