summaryrefslogtreecommitdiff
path: root/gfx/gl/shaders/commonShadowPoint.glsl
Commit message (Collapse)AuthorAge
* Fix texture usage via materials in shadowsDan Goodliffe2024-08-10
| | | | | This is a mess of a commit much like the shader folder, need a better way of dealing with them.
* Add shadow shader which takes into account texture transparencyDan Goodliffe2024-07-07
|
* Geometry shader for single pass shadow mapsDan Goodliffe2024-01-28
| | | | | | | 2D array texture, 4 levels, geometry shader outputs to each layer for a specific band, single scene rendering. Pending massive tidy up.
* We only need 3x3 matrix for model rotation specDan Goodliffe2024-01-13
|
* Send position and rotation matrix to GPU separatelyDan Goodliffe2023-11-13
|
* Point shaders (shadows) can all share the same implementation now in a ↵Dan Goodliffe2023-04-26
single place They all just get `model` from a different place