themes fixes

This commit is contained in:
2024-09-26 13:52:41 +02:00
parent cae3dc9af5
commit abf562fd89
3 changed files with 5 additions and 7 deletions

View File

@@ -24,7 +24,6 @@ export class Vortex extends THREE.Group {
blending: THREE.AdditiveBlending,
})
)
this.darkCylinder.position.y = -100
this.add(this.darkCylinder)
this.colorFullCylinder = new THREE.Mesh(
@@ -34,10 +33,9 @@ export class Vortex extends THREE.Group {
blending: THREE.AdditiveBlending,
})
)
this.colorFullCylinder.position.y = -100
this.add(this.colorFullCylinder)
this.position.set(5, 10, -10)
this.position.set(5, 100, -10)
}
set theme(theme) {