I’ve just been testing my OBJ file loader with JSR-231 RC 2, and the texturing started going ‘wrong’.
It seems that the latest version of TextureIO is flipping the loaded images around their y-axis, which is messing up my rendering code. This didn’t happen back in the December version of JOGL.
I’m not sure if this is a ‘problem’, but it’s certainly an inconvenience. Would it be possible to expose a ‘doFlip’ flag in TextureIO’s newTexture() methods to turn the flipping on/off?
- Andrew