bryanedds / Nu

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

Persist lighting and ssao config state in Gaia. #722

Closed bryanedds closed 3 months ago

bryanedds commented 5 months ago

Make sure to include UI to restore to defaults since it's easy to screw these values up.

bryanedds commented 5 months ago

Maybe it also makes sense to go ahead and combine the ssao and lighting configs into a single type?

bryanedds commented 4 months ago

Maybe instead we should expose an SsaoConfigFacet and LightingFacet?