Restructure to use separate scenes
Uses pseudo-router logic...
This commit is contained in:
@@ -8,7 +8,6 @@ let AppState = {
|
||||
initialRotation: null,
|
||||
camera: null,
|
||||
renderer: null,
|
||||
scenes : [],
|
||||
ambientOcclusion : true,
|
||||
shadows : true,
|
||||
lightProbe : false,
|
||||
@@ -19,6 +18,7 @@ let AppState = {
|
||||
controls: null,
|
||||
onDrag: null,
|
||||
helper : null,
|
||||
arrow : null,
|
||||
boundingSphere: null,
|
||||
listeners: {
|
||||
button: false,
|
||||
@@ -39,7 +39,6 @@ let AppState = {
|
||||
initialRotation: null,
|
||||
camera: null,
|
||||
renderer: null,
|
||||
scenes : [],
|
||||
ambientOcclusion : true,
|
||||
shadows : true,
|
||||
lightProbe : false,
|
||||
@@ -50,6 +49,7 @@ let AppState = {
|
||||
controls: null,
|
||||
onDrag: null,
|
||||
helper : null,
|
||||
arrow : null,
|
||||
boundingSphere: null,
|
||||
listeners: {
|
||||
button: false,
|
||||
|
||||
Reference in New Issue
Block a user