From 4bd338d1b8a81061c279ba718db5fa0420272a97 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 05 七月 2022 14:05:37 +0800
Subject: [PATCH] #
---
static/js/data/BuildingData.js | 44 ++++++++++++++++++++++----------------------
1 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/static/js/data/BuildingData.js b/static/js/data/BuildingData.js
index eaf8a0c..92a3772 100644
--- a/static/js/data/BuildingData.js
+++ b/static/js/data/BuildingData.js
@@ -3,34 +3,34 @@
{
objectName: 'floor',
objectType: 'cube',
- length: 2750,
- width: 1200,
+ length: 4000,
+ width: 6000,
height: 1,
position: {
- x: 1375,
- y: 1,
- z: 600
+ x: 1400,
+ y: 0,
+ z: -2000
},
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
- }
- }
+ // {
+ // 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
+ // }
+ // }
]
}
--
Gitblit v1.9.1