ShaderTiles
Quick demo of a tile based lookup shader. The shader reads in a source texture where each pixel is read as a value. This value is then used as a lookup into a second atlas texture that contains packed tile sprites. By writing into the source texture the shader can render a big unique tile layout on a single quad in a single pass.
| Published | 14 days ago |
| Status | Released |
| Platforms | HTML5 |
| Author | tomnullpointer |
| Made with | Unity |
Comments
Log in with itch.io to leave a comment.
Interesting. Curious what you're planning on using this for. :)