Hi,
I am currently exploring the possibility to draw directly to a texture via java’s graphics context.
This works fine except that the BufferedImage returned by the Textures ImageComponent2D is upside down (as if cartesian coordinates are used).
Is this the standard way that textures are stored internally ?