From 2e11a06eb7f79a8321613c577fa14483a43d2c76 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期四, 07 四月 2022 16:37:08 +0800 Subject: [PATCH] # --- static/js/data/BuildingData.js | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/static/js/data/BuildingData.js b/static/js/data/BuildingData.js index 8fe596a..47c25ef 100644 --- a/static/js/data/BuildingData.js +++ b/static/js/data/BuildingData.js @@ -3,13 +3,13 @@ { objectName: 'floor', objectType: 'cube', - length: 2750, - width: 800, + length: 4000, + width: 6000, height: 1, position: { - x: 1375, + x: 1400, y: 0, - z: 400 + z: -2000 }, style:{ color: 0x5F7480, @@ -19,12 +19,12 @@ objectName: 'floor', objectType: 'cube', length: 2750, - width: 800, - height: 1, + width: 600, + height: 5, position: { x: 1375, - y: 310, - z: 400 + y: 297, + z: 300 }, style:{ color: 0x5F7480, -- Gitblit v1.9.1