1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 18:47:41 +00:00
serenity/Userland/Libraries/LibSoftGPU/Light
Jelle Raaijmakers 9d4c2f6308 LibGL+LibSoftGPU: Calculate spotlight cutoff angle as degrees
We were storing the radians but never using that value in the GPU. We
now directly use the degrees value.
2022-01-13 12:13:58 +01:00
..
Light.h LibGL+LibSoftGPU: Calculate spotlight cutoff angle as degrees 2022-01-13 12:13:58 +01:00
Material.h LibSoftGPU: Change Material vectors to FloatVector4 2022-01-13 12:13:58 +01:00