summaryrefslogtreecommitdiff
path: root/gfx/gl/shaders/waterShader.fs
Commit message (Collapse)AuthorAge
* Switch to a deferred lighting based render pipelineDan Goodliffe2022-11-01
| | | | Tidy-up required.
* Set v330 core on world shadersDan Goodliffe2022-10-30
|
* dos2unix shader sourcesDan Goodliffe2021-02-20
|
* Custom land and water shadersDan Goodliffe2021-02-20
Create sandy beaches, snow topped mountains and grassy hills with a single texture, coloured according to land height by a custom shader. Also use the land mass mesh with a new water texture and a custom shader to create rather nice looking water effect with depth, waves and motion.