From ef1c6cacf5aa4b2bcce35eb3b7bae2db95692edd Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 24 四月 2024 14:02:37 +0800
Subject: [PATCH] #
---
src/assets/data/shelf.js | 27 +++++++++++++++++----------
1 files changed, 17 insertions(+), 10 deletions(-)
diff --git a/src/assets/data/shelf.js b/src/assets/data/shelf.js
index 3b944b5..2ae47ef 100644
--- a/src/assets/data/shelf.js
+++ b/src/assets/data/shelf.js
@@ -1,18 +1,25 @@
const shelfData = [
{
- x: 200,
- y: -1000,
- width: 200,
- height: 2000,
- tunnelNumber: 'T1',
+ no: '1-1-1',
+ position: [0, 0, 0],
+ rotationY: 0,
},
{
- x: 200,
- y: -50,
- width: 1300,
- height: 100,
- tunnelNumber: 'T2',
+ no: '1-1-1',
+ position: [100, 0, 0],
+ rotationY: Math.PI / 2,
},
+ {
+ no: '1-1-1',
+ position: [100, 0, 100],
+ rotationY: 0,
+ },
+
+ // {
+ // no: '2-1-1',
+ // position: [100, 0, 0],
+ // rotationY: Math.PI / 2,
+ // }
];
export default shelfData;
--
Gitblit v1.9.1