🎨
This commit is contained in:
parent
3bef69ee58
commit
fcf5531e5b
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ export class Room {
|
||||||
this.renderer.autoClear = false;
|
this.renderer.autoClear = false;
|
||||||
this.renderer.setClearColor(new THREE.Color(0x051f2d));
|
this.renderer.setClearColor(new THREE.Color(0x051f2d));
|
||||||
this.renderer.shadowMap.enabled = this.enableShadow;
|
this.renderer.shadowMap.enabled = this.enableShadow;
|
||||||
this.renderer.gammaOutput = true;
|
|
||||||
this.renderer.shadowMap.type =
|
this.renderer.shadowMap.type =
|
||||||
this.graphicsQuality === 'ultra' ? THREE.PCFSoftShadowMap :
|
this.graphicsQuality === 'ultra' ? THREE.PCFSoftShadowMap :
|
||||||
this.graphicsQuality === 'high' ? THREE.PCFSoftShadowMap :
|
this.graphicsQuality === 'high' ? THREE.PCFSoftShadowMap :
|
||||||
|
|
Loading…
Reference in a new issue