Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- 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.
|
| 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);
|