summaryrefslogtreecommitdiff
path: root/assetFactory/texturePacker.cpp
Commit message (Collapse)AuthorAge
* WIP typedefing all the things - headersDan Goodliffe2023-11-07
|
* Swap GLEW for more modern gladDan Goodliffe2023-05-28
|
* Drop .hpp for header only thingsDan Goodliffe2023-04-29
| | | | Half of them acquired a .cpp part anyway
* Have texture packer search harder for a solution, stopping at the reported ↵Dan Goodliffe2023-04-14
| | | | texture size limit
* 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.