Flipped texture
Posted by Arthur on Jul 14, 2010; 1:54am
URL: https://forum.jogamp.org/Flipped-texture-tp965264.html
Hello all. I'm porting a piece of code from old JOGL to new JOGL and all my textures are inverted. I have to change my texture matrix to make it fit. And the textures applied on quadric sphere (where texture matrix are autogenerated) cannot be fixed without altering the texture itself.
What am I doing wrong ???
It look like the coordinate system was wrong or something.
Thanks for the help!