Add SSGP + dynamic state

This commit is contained in:
2025-12-15 12:19:54 +01:00
parent 378f5f5b24
commit bc703623e8
4 changed files with 30 additions and 14 deletions

View File

@@ -1,12 +1,7 @@
export const AppState = {
// The root scene object
root: null,
scenes : [
{
id : "salvador",
active : false
}
],
scenes : [],
ambientOcclusion : true,
shadows : true,
lightProbe : false,