This commit is contained in:
Adrien MALINGREY 2024-10-01 11:03:37 +02:00
parent fef08f64e8
commit 74bf8521fb

View File

@ -47,7 +47,7 @@ export class Vortex extends THREE.Group {
texture.repeat.set(1, 2) texture.repeat.set(1, 2)
this.darkCylinder.material.map = texture 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 => { new THREE.TextureLoader(this.loadingManager).load("./images/plasma2.jpg", texture => {
texture.wrapS = THREE.RepeatWrapping texture.wrapS = THREE.RepeatWrapping