Skip to content

Commit

Permalink
change map image formats to workaround stb_image bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nothings committed Apr 16, 2016
1 parent 0214a3c commit e585dad
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified data/map_01.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/map_03.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion stb_connected_components.h
Expand Up @@ -33,7 +33,7 @@
// - better API documentation // - better API documentation
// - more comments // - more comments
// - try re-integrating naive algorithm & compare performance // - try re-integrating naive algorithm & compare performance
// - more optimized batching (current approach still recomputes clumps many times) // - more optimized batching (current approach still recomputes local clumps many times)
// - function for setting a grid of squares at once (just use batching) // - function for setting a grid of squares at once (just use batching)
// - shrink data by storing only, say, 2X max exits // - shrink data by storing only, say, 2X max exits
// (instead of max exits per clump), and repack cluster // (instead of max exits per clump), and repack cluster
Expand Down
2 changes: 1 addition & 1 deletion tests/stb.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e585dad

Please sign in to comment.