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 |