bryanedds / Nu

Repository hosting the open-source Nu Game Engine and related projects.
MIT License
1.05k stars 151 forks source link

Extract global settings for Renderer3dConfig out of Lighting3dConfig. #804

Closed bryanedds closed 2 months ago

bryanedds commented 2 months ago

Certain config fields need to be global and not scene-based, such as SsaoEnabled, SsaoSampleCount, and LightMappingEnabled. This is because these sorts of fields need to be set based on overall user experience and their machine's capabilities.