How to set the system coordination for the Textures

Hi all,

Do you know how to change the coordination system of my Texture from “bottom left” to “Up left” corner ?

Here my code :

import com.jogamp.opengl.util.texture.Texture;
import com.jogamp.opengl.util.texture.TextureIO;File file = "my png file";


Texture texture = TextureIO.newTexture(file, false);

Please rather ask your questions about JOGL on the official JogAmp forum: https://forum.jogamp.org/

You can either change your texture coordinates or modify the image used in input or call TextureData.setMustFlipVertically(true).