-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the runtime texture packer algorithm (#31)
* use a random size for testing pack times to show how truly bad the current algo is * expand overlap test to include padding and pixel padding * fixed TestPackTimes on KNI * also test for whether the padding intersects * Use a binary tree algorithm for the runtime texture packer * update changelog and bump version * fixed fna compile errors * save TestPackTimes textures separately
- Loading branch information
Showing
4 changed files
with
184 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.