countdown

This commit is contained in:
2026-03-27 01:22:08 +01:00
parent 18d302732c
commit 81c49ed4ae
3 changed files with 28 additions and 22 deletions

View File

@@ -79,7 +79,7 @@ export class Vortex extends THREE.Group {
loader.load("./images/stars_space.jpg", texture => {
texture.wrapS = THREE.MirroredRepeatWrapping
texture.wrapT = THREE.MirroredRepeatWrapping
texture.repeat.set(4, 8)
texture.repeat.set(3, 6)
this.opaqueCylinder.material.map = texture
this.opaqueCylinder.material.map.offset.x = 5
this.opaqueCylinder.material.blending = THREE.AdditiveBlending