This commit is contained in:
HF 2020-02-01 14:33:10 +01:00
parent 688b2ea4e0
commit 737a84df2d

View File

@ -86,7 +86,7 @@ class Renderer {
sky.scale.setScalar(450000);
scene.add(sky);
scene.fog = new THREE.FogExp2(0xffffff, 0.006);
scene.fog = new THREE.FogExp2(0xffffff, 0.003);
const effectController = {
turbidity: 10,