summaryrefslogtreecommitdiff
path: root/gfx/gl/shaders
Commit message (Collapse)AuthorAge
* dos2unix shader sourcesDan Goodliffe2021-02-20
|
* Remove spare bits from shaders and tidy upDan 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.
* Add support for directional light color and an ambient colorDan Goodliffe2021-02-18
|
* Update glsl version and interfaceDan Goodliffe2021-02-12
|
* Fix issue with normal affecting transparencyDan Goodliffe2021-02-12
|
* Remove the weird view/model/camera connectednessDan Goodliffe2021-01-24
|
* Big reshuffleDan Goodliffe2021-01-17
Fixes code quality warnings now picked up.