|
@@ -691,7 +691,12 @@ Editor.prototype = {
|
|
|
metadata: {},
|
|
|
project: {
|
|
|
shadows: this.config.getKey( 'project/renderer/shadows' ),
|
|
|
- vr: this.config.getKey( 'project/vr' )
|
|
|
+ shadowType: this.config.getKey( 'project/renderer/shadowType' ),
|
|
|
+ vr: this.config.getKey( 'project/vr' ),
|
|
|
+ physicallyCorrectLights: this.config.getKey( 'project/renderer/physicallyCorrectLights' ),
|
|
|
+ toneMapping: this.config.getKey( 'project/renderer/toneMapping' ),
|
|
|
+ toneMappingExposure: this.config.getKey( 'project/renderer/toneMappingExposure' ),
|
|
|
+ toneMappingWhitePoint: this.config.getKey( 'project/renderer/toneMappingWhitePoint' ),
|
|
|
},
|
|
|
camera: this.camera.toJSON(),
|
|
|
scene: this.scene.toJSON(),
|