From ff0b32d4483f19f55421b85ec28b100f58e13ac2 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 05 七月 2022 14:51:59 +0800
Subject: [PATCH] #

---
 static/js/data/BuildingData.js |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/static/js/data/BuildingData.js b/static/js/data/BuildingData.js
index 92a3772..aa1973d 100644
--- a/static/js/data/BuildingData.js
+++ b/static/js/data/BuildingData.js
@@ -15,22 +15,22 @@
                 color: 0x5F7480,
             }
         },
-        // {
-        //     objectName: 'floor',
-        //     objectType: 'cube',
-        //     length: 2750,
-        //     width: 600,
-        //     height: 5,
-        //     position: {
-        //         x: 1375,
-        //         y: 297,
-        //         z: 300
-        //     },
-        //     style:{
-        //         color: 0x5F7480,
-        //         transparent:1,
-        //         opacity:0.8
-        //     }
-        // }
+        {
+            objectName: 'floor',
+            objectType: 'cube',
+            length: 2750,
+            width: 600,
+            height: 5,
+            position: {
+                x: 1375,
+                y: 297,
+                z: 300
+            },
+            style:{
+                color: 0x5F7480,
+                transparent:1,
+                opacity:0.35
+            }
+        }
     ]
 }

--
Gitblit v1.9.1