|
|
@@ -80,7 +80,7 @@
|
|
|
const pmremGenerator = new THREE.PMREMGenerator( renderer );
|
|
|
|
|
|
scene.background = new THREE.Color( 0xbbbbbb );
|
|
|
- scene.environment = pmremGenerator.fromScene( environment ).texture;
|
|
|
+ scene.environment = pmremGenerator.fromScene( environment, 0.04 ).texture;
|
|
|
|
|
|
controls = new OrbitControls( camera, renderer.domElement );
|
|
|
controls.enableDamping = true;
|