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 | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/assets/data/shelf.js b/src/assets/data/shelf.js
index a8a18f9..2ae47ef 100644
--- a/src/assets/data/shelf.js
+++ b/src/assets/data/shelf.js
@@ -2,8 +2,19 @@
{
no: '1-1-1',
position: [0, 0, 0],
+ rotationY: 0,
+ },
+ {
+ 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],
--
Gitblit v1.9.1