MetaSprite
MetaSprite copied to clipboard
Implement better (yet still simple) packing algorithm
Shelve packing algorithm is vastly inefficient in texture space. It's straightfowardly better to use a greedy large-to-small packing algorithm. We shall compare the difference before/after the algorithm change.