| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix up the preFrame process to use both frustums | Dan Goodliffe | 13 days |
| | | | | | | | (camera and directional light frustums) This has made the whole preFrame process far more fiddly and repetitive than I'd like, but it does work. Maybe we can tidy it up later. | ||
| * | Add Renderable::preFrame for doing non-const frame prep work | Dan Goodliffe | 2026-02-16 |
| | | | | | | In theory, this phase should be parallelisable before being pushed out by the render loop. | ||
| * | Pass a Frustum to shadow renderers | Dan Goodliffe | 2025-03-11 |
| | | | | | The frustum might not be correct at this stage. | ||
| * | Add updateStencil to Renderable interface | Dan Goodliffe | 2024-08-18 |
| | | |||
| * | Reformat with new clang-format | Dan Goodliffe | 2023-11-07 |
| | | |||
| * | Initial commit of the shadow map generator and shadows render interface | Dan Goodliffe | 2022-12-03 |
| | | | | | | Lots of hard coding, buggy in places, far from great, but the basics work. | ||
| * | Add light stage to renderable objects | Dan Goodliffe | 2022-11-23 |
