Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix type of basic instanced shader | Dan Goodliffe | 2023-04-19 |
| | | | | | It's now AbsolutePosProgram, which is kind of right, in that it takes no location data via uniform, it's all in the vertex data. | ||
* | Fix up the way spotlight shader works | Dan Goodliffe | 2023-04-17 |
| | | | | | Was mostly through lack of understanding and coincidences. Position is now the only vertex data, direction is moved to a uniform. Instancing will address this by making everything instance data. | ||
* | Add the dynamicPoint shader for instancing | Dan Goodliffe | 2023-04-15 |
| | | | | Same as dynamicPoint, but the model matrix is a vertex input | ||
* | Add rendering support for spot lights | Dan Goodliffe | 2023-01-05 |
| | |||
* | Add missing explicit on constructors | Dan Goodliffe | 2022-12-29 |
| | |||
* | Add rendering support for point lights | Dan Goodliffe | 2022-11-23 |
| | |||
* | Support setting a viewPort uniform for those shaders which need it | Dan Goodliffe | 2022-11-23 |
| | |||
* | Rename setView to setViewProjection to avoid ambiguity | Dan Goodliffe | 2022-11-23 |
| | |||
* | Fix type of SceneShader | Dan Goodliffe | 2022-11-14 |
| | |||
* | Restructure how shaders are worked with | Dan Goodliffe | 2022-11-03 |
| | | | | Needs a tidy-up | ||
* | Rename Shader to SceneShader | Dan Goodliffe | 2022-11-03 |