material type in debug

This commit is contained in:
2023-07-18 03:26:12 +02:00
parent 12fb307041
commit 85237739bc
3 changed files with 69 additions and 46 deletions

View File

@@ -27,7 +27,7 @@ export class Vortex extends THREE.Group {
texture.repeat.set(1, 1)
}),
blending: THREE.AdditiveBlending,
opacity: 0.035
opacity: 0.006
})
)
this.add(this.darkCylinder)
@@ -42,7 +42,7 @@ export class Vortex extends THREE.Group {
texture.repeat.set(2, 1)
}),
blending: THREE.AdditiveBlending,
opacity: 0.6
opacity: 0.7
})
)
this.add(this.colorFullCylinder)