one utterance
This commit is contained in:
@@ -13,7 +13,7 @@ export default class CameraControls extends OrbitControls {
|
||||
// this.maxPolarAngle = 2.1
|
||||
// this.minAzimuthAngle = 0.9 - Math.PI / 2
|
||||
// this.maxAzimuthAngle = 2.14 - Math.PI / 2
|
||||
this.target.set(5.5, 10.5, 0)
|
||||
this.target.set(5, 7.5, 0)
|
||||
|
||||
this.addEventListener("start", () => domElement.style.cursor = "grabbing")
|
||||
this.addEventListener("end", () => domElement.style.cursor = "grab")
|
||||
|
||||
Reference in New Issue
Block a user