This commit is contained in:
2026-08-08 01:24:26 +02:00
parent a4f7ba0e08
commit 891b8d421b
4 changed files with 10 additions and 12 deletions
+1 -1
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(3, 6)
texture.repeat.set(4, 6)
this.opaqueCylinder.material.map = texture
this.opaqueCylinder.material.map.offset.x = 5
this.opaqueCylinder.material.blending = THREE.AdditiveBlending