Re: Flipped texture
Posted by Arthur on Jul 14, 2010; 5:01pm
URL: https://forum.jogamp.org/Flipped-texture-tp965264p967064.html
Actually, not it is flipped horizontally. I'm displaying earth texture on a sphere, and east coast is on the west and vice-versa. I am already correcting for the verticalflip using rotation transform.
As for the isVerticallyFlipped() of Texture/TextureIO/TextureData, this is only a getter. Thus should i assume that i need to do it myself ? Is there a way to automate vertical flip in the load of the texture ?
Thanks, Arthur