zxciop commited on
Commit
eaa6520
·
verified ·
1 Parent(s): 9c4765a

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -525,7 +525,7 @@
525
  const renderPass = new RenderPass(this.scene, this.camera);
526
  const bloomPass = new UnrealBloomPass(new THREE.Vector2(window.innerWidth, window.innerHeight), 1.2, 0.8, 0.75);
527
  bloomPass.threshold = 0.2;
528
- bloomPass.strength = 1.3; // Play with these
529
  bloomPass.radius = 0.3;
530
 
531
  this.composer = new EffectComposer(this.renderer);
 
525
  const renderPass = new RenderPass(this.scene, this.camera);
526
  const bloomPass = new UnrealBloomPass(new THREE.Vector2(window.innerWidth, window.innerHeight), 1.2, 0.8, 0.75);
527
  bloomPass.threshold = 0.2;
528
+ bloomPass.strength = 1.1; // Play with these
529
  bloomPass.radius = 0.3;
530
 
531
  this.composer = new EffectComposer(this.renderer);