From cf10faae94449dc99d0261f36d830134481f27ae Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 22 十二月 2021 13:25:26 +0800
Subject: [PATCH] #

---
 static/js/data/BuildingData.js |   25 +++++++++++++++++++++----
 1 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/static/js/data/BuildingData.js b/static/js/data/BuildingData.js
index 0286b00..eaf8a0c 100644
--- a/static/js/data/BuildingData.js
+++ b/static/js/data/BuildingData.js
@@ -3,17 +3,34 @@
         {
             objectName: 'floor',
             objectType: 'cube',
-            length: 1400,
+            length: 2750,
             width: 1200,
             height: 1,
             position: {
-                x: 700,
-                y: 600,
-                z: 0
+                x: 1375,
+                y: 1,
+                z: 600
             },
             style:{
                 color: 0x5F7480,
             }
+        },
+        {
+            objectName: 'floor',
+            objectType: 'cube',
+            length: 2750,
+            width: 1200,
+            height: 1,
+            position: {
+                x: 1375,
+                y: 310,
+                z: 600
+            },
+            style:{
+                color: 0x5F7480,
+                transparent:1,
+                opacity:0.8
+            }
         }
     ]
 }

--
Gitblit v1.9.1