Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Apply StdTypeDefs for Texture | Dan Goodliffe | 2024-08-10 |
| | |||
* | We only need 3x3 matrix for model rotation spec | Dan Goodliffe | 2024-01-13 |
| | |||
* | Only create VAOs for the light type(s) in use | Dan Goodliffe | 2024-01-13 |
| | |||
* | Merge common parts of light type vertices | Dan Goodliffe | 2024-01-13 |
| | |||
* | Add model support for point lights | Dan Goodliffe | 2024-01-12 |
| | | | | Still invokes non-instanced point light shader | ||
* | Add spot light definition, loader, and rendering | Dan Goodliffe | 2024-01-10 |
| | | | | Rendering is untested, data is passed to whatever GL program is currently active. | ||
* | Add the Illuminator (type) and Light (instance) classes | Dan Goodliffe | 2024-01-09 |