larger vortex

This commit is contained in:
2023-07-07 22:36:19 +02:00
parent c4979b5890
commit bdf99b41b7
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ class Vortex extends THREE.Group {
constructor(loadingManager) {
super()
const commonCylinderGeometry = new THREE.CylinderGeometry(25, 25, 500, 12, 1, true)
const commonCylinderGeometry = new THREE.CylinderGeometry(35, 35, 500, 12, 1, true)
this.darkCylinder = new THREE.Mesh(
commonCylinderGeometry,