I'm working on drawing some sprites and I needed a way to visualize how texture coords (UV's) are mapped in my atlas texture. Here's a little graphic I made.
Having to work with multiple coordinate spaces is such a pain 😂
#gamedev #indiedev
Having to work with multiple coordinate spaces is such a pain 😂
#gamedev #indiedev
Comments
Also, so that everything is drawn in a single draw call, I'll have to use a 3D texture and index each atlas by layer.