From 74bf8521fbc54488be88726c0b63bf23c5a493bc Mon Sep 17 00:00:00 2001 From: adrien Date: Tue, 1 Oct 2024 11:03:37 +0200 Subject: [PATCH] tweaks --- jsm/Vortex.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsm/Vortex.js b/jsm/Vortex.js index c5e6062..25e331e 100644 --- a/jsm/Vortex.js +++ b/jsm/Vortex.js @@ -47,7 +47,7 @@ export class Vortex extends THREE.Group { texture.repeat.set(1, 2) this.darkCylinder.material.map = texture }) - this.darkCylinder.material.opacity = 0.1 + this.darkCylinder.material.opacity = 0.17 new THREE.TextureLoader(this.loadingManager).load("./images/plasma2.jpg", texture => { texture.wrapS = THREE.RepeatWrapping