summaryrefslogtreecommitdiff
path: root/assetFactory/texturePacker.cpp
Commit message (Collapse)AuthorAge
* Reduce texture size determined by packer if non-pot sizes are supportedDan Goodliffe2023-04-14
|
* Fix texture packer return value so positions match inputsDan Goodliffe2023-03-17
|
* Initial version of texture packerDan Goodliffe2023-03-11
Determines where a collection of smaller textures can be tiled into a single bigger image. Probably non-optimal.