|
@@ -271,7 +271,7 @@ class renderModel {
|
|
|
|
|
|
initControls() {
|
|
initControls() {
|
|
this.controls = new OrbitControls(this.camera, this.renderer.domElement);
|
|
this.controls = new OrbitControls(this.camera, this.renderer.domElement);
|
|
- this.controls.maxPolarAngle = Math.PI / 2;
|
|
|
|
|
|
+ this.controls.maxPolarAngle = Math.PI / 1.1;
|
|
this.controls.minPolarAngle = Math.PI / 2;
|
|
this.controls.minPolarAngle = Math.PI / 2;
|
|
this.controls.minAzimuthAngle = 0;
|
|
this.controls.minAzimuthAngle = 0;
|
|
this.controls.maxAzimuthAngle = 0;
|
|
this.controls.maxAzimuthAngle = 0;
|