This commit is contained in:
syuilo 2019-08-19 16:44:55 +09:00
parent eada6084e4
commit 3c11b953bb

View File

@ -102,7 +102,6 @@ export class Room {
this.renderer.autoClear = false;
this.renderer.setClearColor(new THREE.Color(0x051f2d));
this.renderer.shadowMap.enabled = this.enableShadow;
this.renderer.gammaOutput = true;
this.renderer.shadowMap.type =
this.graphicsQuality === 'ultra' ? THREE.PCFSoftShadowMap :
this.graphicsQuality === 'high' ? THREE.PCFSoftShadowMap :