Login  Register

Has my texture already been flipped?

Posted by fmorat on Mar 12, 2022; 2:20pm
URL: https://forum.jogamp.org/Has-my-texture-already-been-flipped-tp4041681.html

I  created a texture as follows:

Texture tex = TextureIO.newTexture(new File(textureFileName), false);

I'm printing the result of tex.getMustFlipVertically() and it returns false.

What does this mean? Has the texture already been flipped?