From 059270c12f452fcc3344b826f35295fd7c20906e Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 21 三月 2023 08:31:37 +0800 Subject: [PATCH] # --- static/js/data/BuildingData.js | 27 ++++++++++++++++++++++----- 1 files changed, 22 insertions(+), 5 deletions(-) diff --git a/static/js/data/BuildingData.js b/static/js/data/BuildingData.js index 0286b00..aa1973d 100644 --- a/static/js/data/BuildingData.js +++ b/static/js/data/BuildingData.js @@ -3,17 +3,34 @@ { objectName: 'floor', objectType: 'cube', - length: 1400, - width: 1200, + length: 4000, + width: 6000, height: 1, position: { - x: 700, - y: 600, - z: 0 + x: 1400, + y: 0, + z: -2000 }, style:{ 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.35 + } } ] } -- Gitblit v1.9.1