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 | Merge pull request #63527 from BastiaanOlij/rework_environment | RĂ©mi Verschelde | |
Restructure environment in render implementation | |||
2022-07-29 | Restructure environment in render implementation | Bastiaan Olij | |
2022-07-28 | Rename RenderingServer global shader uniform methods to be more explicit | Hugo Locurcio | |
The `global_shader_uniform` name is longer, but it makes it much easier to find the methods when searching in the class reference. | |||
2022-07-26 | Implement shader uniform groups/subgroups | Yuri Rubinsky | |
2022-07-26 | Move Sky(RD) into environment | Bastiaan Olij | |
Move Fog logic from render scene render to fog | |||
2022-06-28 | Split dependency logic | Bastiaan Olij | |
Split FOG Split visibility notifier Final cleanup of storage classes |