gl-tiled
gl-tiled copied to clipboard
Possible Optimizations
- [ ] Only update animations that are within the active viewport
- [ ] Only upload the viewport rect of the tilelayer on animation updates (texSubImage2D)
- [x] Disable mipmaps on the tile lookup texture (not an optimization just something I think I forgot to do)