|
@@ -848,8 +848,8 @@ export default {
|
|
|
this.camera,
|
|
|
this.renderer.domElement
|
|
|
); //创建控件对象
|
|
|
- this.controls.minDistance = 10;
|
|
|
- this.controls.maxDistance = 450;
|
|
|
+ this.controls.minDistance = 30;
|
|
|
+ this.controls.maxDistance = 600;
|
|
|
this.controls.update();
|
|
|
// this.controls.target = this.cube.position
|
|
|
},
|