From 27468e4bfd9aa3c1611d18270dbc6d33f3f00127 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 02 四月 2024 13:52:19 +0800
Subject: [PATCH] #
---
zy-asrs-flow/src/pages/map/drawer/shelf/shelfThree.js | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/zy-asrs-flow/src/pages/map/drawer/shelf/shelfThree.js b/zy-asrs-flow/src/pages/map/drawer/shelf/shelfThree.js
index 189b112..96c3424 100644
--- a/zy-asrs-flow/src/pages/map/drawer/shelf/shelfThree.js
+++ b/zy-asrs-flow/src/pages/map/drawer/shelf/shelfThree.js
@@ -198,12 +198,6 @@
}
});
this.addObject(mesh);
-
- const clone = mesh.clone();
- clone.position.set(0, 195, 0);
- clone.scale.set(5, 5, 5);
- clone.rotation.x = Utils.rotationParseNum(270);
- this.addObject(clone);
})
}
--
Gitblit v1.9.1