This commit is contained in:
HF 2020-02-01 14:24:47 +01:00
parent 286ffc19a1
commit 688b2ea4e0

View File

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