From feb0b3821f3b14d5351db176bf6b70db24099168 Mon Sep 17 00:00:00 2001 From: Hcat <2768237203@qq.com> Date: Sun, 21 Jan 2024 21:04:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=96=E6=9D=B0=EF=BC=9A=E8=B7=AF=E7=89=8C?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/content/tunnelScene/sceneClass/demo.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/content/tunnelScene/sceneClass/demo.js b/src/components/content/tunnelScene/sceneClass/demo.js index cd25667..d5975ca 100644 --- a/src/components/content/tunnelScene/sceneClass/demo.js +++ b/src/components/content/tunnelScene/sceneClass/demo.js @@ -517,8 +517,6 @@ export default class Demo { new this.THREE.PlaneGeometry(100, 76), new this.THREE.MeshBasicMaterial({ color: "white" }) ); - //对标签进行一些操作 - // Signs.rotation.x += Math.PI / 2; Signs.add(tag); tag.name = "tag"; tag.rotation.x = Math.PI / 2;