This commit is contained in:
2023-07-17 00:58:34 +02:00
parent 02725494cd
commit b0dbb06dae
4 changed files with 10 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ export class Vortex extends THREE.Group {
this.darkMoveForward = 0.009
this.colorFullTextureRotation = 0.006
this.colorFullMoveForward = 0.013
this.colorFullMoveForward = 0.015
const commonCylinderGeometry = new THREE.CylinderGeometry(35, 35, 500, 12, 1, true)
@@ -27,7 +27,7 @@ export class Vortex extends THREE.Group {
texture.repeat.set(1, 1)
}),
blending: THREE.AdditiveBlending,
opacity: 0.1
opacity: 0.035
})
)
this.add(this.darkCylinder)
@@ -42,7 +42,7 @@ export class Vortex extends THREE.Group {
texture.repeat.set(2, 1)
}),
blending: THREE.AdditiveBlending,
opacity: 0.7
opacity: 0.6
})
)
this.add(this.colorFullCylinder)