summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Check in cloud shaderHEADmasteryum2023-11-19
| | | | Still a WIP, kinda looks like shit
* Update parallax shader defaultsyum2023-04-10
| | | | Fixes a minor visual bug when looking at a plane up close.
* Add parallax shaderyum2023-04-09
Add a "simple" parallax shader based on raymarching. Features: * Three parallax planes. * Each plane can be textured with PBR textures. * Base color with alpha, normal, roughness, and metallic are implemented. * Each plane has these configurable properties: * Depth. Higher values create stronger parallax. * X and Y scale. * Emission strength.