Add exposure slider (not working?)

This commit is contained in:
2026-04-22 09:35:33 +02:00
parent d0d24c0e6c
commit 380999ff4b
5 changed files with 45 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ function init () {
AppState.renderer = ATON._renderer;
AppState.shadows = config.scene.shadows;
AppState.lightDirection = ATON.getMainLightDirection();
AppState.exposure = config.scene.initialExposure;
ATON.Nav.setUserControl(true);
}