Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-13 | LibGL+LibSoftGPU: Calculate spotlight cutoff angle as degrees | Jelle Raaijmakers | |
We were storing the radians but never using that value in the GPU. We now directly use the degrees value. | |||
2022-01-12 | LibGL: Implement `glLightf{v}` and fix `gl.h` prototype | Jesse Buhagiar | |
This implements the `glLightf{v}` family of functions used to set lighting parameters per light in the GL. It also fixes an incorrect prototype for the user exposed version of `glLightf{v}` in which `params` was not marked as `const`. |