From 8dddc657bca9b68b7ac5b25275303e96b583a713 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 22 十二月 2021 16:48:06 +0800
Subject: [PATCH] #

---
 static/js/app.js |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/static/js/app.js b/static/js/app.js
index bf23ed8..3e5aa65 100644
--- a/static/js/app.js
+++ b/static/js/app.js
@@ -420,6 +420,18 @@
 			this.controls.getObject().position.z = 200;
 			this.controls.lock();
 		}
+		this.mainView = function () {
+			this.camera.position.set( 1400, 400, 2000 );
+			this.camera.lookAt( 1400, 500, 0 );
+		}
+		this.leftView = function () {
+			this.camera.position.set( -3000, 300, -2000 );
+			this.camera.lookAt(0, 500, -2000);
+		}
+		this.verticalView = function () {
+			this.camera.position.set( 1400, 6000, -1800 );
+			this.camera.lookAt( 1400, 0, -1800 );
+		}
 	},
 
 };

--
Gitblit v1.9.1