classier end
This commit is contained in:
parent
97ac1cad0b
commit
57cdea41f9
4
main.js
4
main.js
@ -224,9 +224,9 @@ const sunLight = new THREE.DirectionalLight( 0xffffff, 0.3 );
|
||||
sunLight.castShadow = true;
|
||||
sunLight.shadow.camera.near = 20;
|
||||
sunLight.shadow.camera.far = 200;
|
||||
sunLight.shadow.camera.right = 10;
|
||||
sunLight.shadow.camera.right = 10;
|
||||
sunLight.shadow.camera.left = -10;
|
||||
sunLight.shadow.camera.top = 10;
|
||||
sunLight.shadow.camera.top = 10;
|
||||
sunLight.shadow.camera.bottom = -10;
|
||||
sunLight.shadow.mapSize.width = 4096;
|
||||
sunLight.shadow.mapSize.height = 4096;
|
||||
|
Loading…
x
Reference in New Issue
Block a user