#
luxiaotao1123
2021-12-11 0e539e4fa904a91f8f7297b22417375e0a39aa8c
static/js/app.js
@@ -57,7 +57,7 @@
         // this.camera.position.z = 600;
         // //相机的朝向
         // this.camera.lookAt(0, 0, 0);
         this.camera.position.set( - 550, 2070, 4550 );
         this.camera.position.set( - 350, 1070, 1550 );
         this.camera.lookAt( this.scene.position );
         //将相机放到场景中
         this.scene.add(this.camera);