Better control of the scene's state

This commit is contained in:
2025-10-08 18:57:30 +02:00
parent 0ce5a13aec
commit 81e12e4b74
2 changed files with 19 additions and 6 deletions

View File

@@ -5,6 +5,8 @@ export const AppState = {
active : false
}
],
ambientOcclusion : true,
shadows : true,
}
/**