|
@@ -380,7 +380,7 @@ class renderModel {
|
|
|
// 设置相机位置
|
|
|
this.camera.position.set(-20, -652, 500);
|
|
|
this.controls.target.set(-20, -20, 0);
|
|
|
- this.model.scale.set(1, 1, 1);
|
|
|
+ this.model.scale.set(2, 2, 2);
|
|
|
// 设置相机坐标系
|
|
|
this.camera.lookAt(0, 0, 0);
|
|
|
// 将模型添加到场景中去
|