From 72b9c77fcd4b48cd7a3dbf7d3462289ab0fdcd9e Mon Sep 17 00:00:00 2001 From: dev01 Date: Tue, 23 May 2023 10:58:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E8=8F=B1=20Frontend=20=E9=9B=BB?= =?UTF-8?q?=E6=A2=AF=E9=80=9F=E5=BA=A6=E5=A2=9E=E5=8A=A01.5=E5=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frontend/js/forge/forgemodel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/js/forge/forgemodel.js b/Frontend/js/forge/forgemodel.js index a0bdaf6..dc5fb0c 100644 --- a/Frontend/js/forge/forgemodel.js +++ b/Frontend/js/forge/forgemodel.js @@ -181,7 +181,7 @@ class elevator3D { this.ele = option.element; this.viewer = option.viewer; this.nodeId = option.nodeId; - this.speed = option.speed ?? 0.07; + this.speed = option.speed ?? 0.18; this.tagValue = option.tagValue ?? ""; this.fragProxys = []; this.fragProxy = null;