summaryrefslogtreecommitdiff
path: root/gfx/gl/shaders/networkCurve.gs
Commit message (Collapse)AuthorAge
* Bind the network profile in as uniformsDan Goodliffe2024-01-22
| | | | Makes the network shaders generic to network type
* Dynamic number of segments into curve renderDan Goodliffe2024-01-21
| | | | | Simpler formula than the old one, neither scientific, needs to tests to demonstrate a decent result for whatever formula we use.
* Use symbol GL_MAX_GEOMETRY_OUTPUT_VERTICES to lookup the implementation ↵Dan Goodliffe2024-01-21
| | | | limit at runtime
* Pass curve link radius, no recalculate, its constantDan Goodliffe2024-01-20
|
* Implement basic network curve part shaderDan Goodliffe2024-01-20
|
* Common code between straight/curve network geometry shadersDan Goodliffe2024-01-20
|
* Render rail network using new shadersDan Goodliffe2024-01-20
Non-functional, totally unimplemented at this stage