hide vortex hole

This commit is contained in:
Adrien MALINGREY 2024-09-30 21:18:38 +02:00
parent ae8dcb7077
commit ca93423bf8

View File

@ -10,7 +10,7 @@ class TetraControls extends OrbitControls {
this.dampingFactor = 0.04
this.maxDistance = 21
this.keys = {}
this.minPolarAngle = 1
this.minPolarAngle = 1.05
this.maxPolarAngle = 2.1
this.minAzimuthAngle = 0.9 - Math.PI / 2
this.maxAzimuthAngle = 2.14 - Math.PI / 2