This commit is contained in:
Adrien MALINGREY 2023-06-04 01:03:43 +02:00
parent 8c263b727f
commit 649affc841

@ -141,7 +141,7 @@ sunLight.shadow.camera.top = 10;
sunLight.shadow.camera.bottom = -10;
sunLight.shadow.mapSize.width = 4096;
sunLight.shadow.mapSize.height = 4096;
sunLight.shadow.radius = 6;
sunLight.shadow.radius = 4;
sunLight.target = camera
scene.add( sunLight );