We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4175592 commit be58e82Copy full SHA for be58e82
1 file changed
www/assets/js/ModelRepository.js
@@ -48,6 +48,7 @@ export class ModelRepository {
48
sun.castShadow = true
49
sun.shadow.mapSize.width = 4096
50
sun.shadow.mapSize.height = 4096
51
+ sun.shadow.bias = -0.00018
52
sun.shadow.camera.near = 3000
53
sun.shadow.camera.far = 15500
54
sun.shadow.camera.left = -5000
0 commit comments