|
@@ -695,7 +695,7 @@ Editor.prototype = {
|
|
|
toneMapping: this.config.getKey( 'project/renderer/toneMapping' ),
|
|
|
toneMappingExposure: this.config.getKey( 'project/renderer/toneMappingExposure' )
|
|
|
},
|
|
|
- camera: this.camera.toJSON(),
|
|
|
+ camera: this.viewportCamera.toJSON(),
|
|
|
scene: this.scene.toJSON(),
|
|
|
scripts: this.scripts,
|
|
|
history: this.history.toJSON()
|