Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-04 | Rename shader parameter uniform setter/getter methods for consistency | Hugo Locurcio | |
`shader_uniform` is now consistenly used across both per-shader and per-instance shader uniform methods. This makes methods easier to find in the class reference when looking for them. | |||
2022-08-01 | Changed storage structs to private | Bastiaan Olij | |
2022-07-29 | Restructure environment in render implementation | Bastiaan Olij | |
2022-07-26 | Move Sky(RD) into environment | Bastiaan Olij | |
Move Fog logic from render scene render to fog | |||
2022-07-25 | Code quality: Fix header guards consistency | RĂ©mi Verschelde | |
Adds `header_guards.sh` bash script, used in CI to validate future changes. Can be run locally to fix invalid header guards. | |||
2022-06-28 | Split dependency logic | Bastiaan Olij | |
Split FOG Split visibility notifier Final cleanup of storage classes |