inalogic / pico-pixel-public

Public issue tracker for Pico Pixel http://pixelandpolygon.com
MIT License
7 stars 0 forks source link

image orientation #2

Open MarkCallow opened 11 years ago

MarkCallow commented 11 years ago

Pico Pixel displays KTX images that are not decorated with KTXorientation assuming a top-left orientation. This is the opposite to how they will appear in OpenGL {,ES} when identity transforms are used and can lead to confusion.

I think it would help reduce confusion if the texture axis origins were shown alongside the image. For example something like

                       s

------------------------------------------------------>

above (or below) the image and equivalent similar for t alongside the image.