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);