roundedBox for every themes

This commit is contained in:
2026-01-25 12:50:13 +01:00
parent 1e7d29d6e3
commit 1227a93475
4 changed files with 12 additions and 27 deletions

View File

@@ -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.05
this.darkCylinder.material.opacity = 0.14
new THREE.TextureLoader(this.loadingManager).load("./images/plasma2.jpg", texture => {
texture.wrapS = THREE.RepeatWrapping
@@ -55,7 +55,7 @@ export class Vortex extends THREE.Group {
texture.repeat.set(2, 2)
this.colorFullCylinder.material.map = texture
})
this.colorFullCylinder.material.opacity = 0.8
this.colorFullCylinder.material.opacity = 0.6
this.globalRotation = 0.028
this.darkTextureRotation = 0.005