| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Have Renderable manage all instance lights | Dan Goodliffe | 2026-04-01 |
| | | | | | | | Spot and point lights now existing in Renderable, the vertex data contains the owning parent object's index in CommonLocationData, the render step is just a single draw call. | ||
| * | Use a single buffer for the location/rotation data of all renderable objects | Dan Goodliffe | 2026-03-31 |
| | | | | | | | Removes the BufferedLocation and BufferedLocationUpdater mess. Note: appears to break bogie rendering in asset factory test only, same symptom as broken network render test? (out of date buffer data) | ||
| * | Add the Illuminator (type) and Light (instance) classes | Dan Goodliffe | 2024-01-09 |
