From 08645c2766027a919bad43c667fd6cd9f5bf99c7 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期三, 22 十二月 2021 09:45:26 +0800 Subject: [PATCH] # --- static/js/app.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/js/app.js b/static/js/app.js index 79b5599..288ebe8 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -396,10 +396,10 @@ } this.lockControl = function () { this.camera.position.y = 100; - this.camera.lookAt(0,100,0); - this.controls.getObject().position.x =0; - this.controls.getObject().position.y =100; - this.controls.getObject().position.z =580; + this.camera.lookAt(900,1100,0); + this.controls.getObject().position.x = 0; + this.controls.getObject().position.y = 200; + this.controls.getObject().position.z = 180; this.controls.lock(); } }, -- Gitblit v1.9.1