三菱 Frontend 電梯速度增加1.5倍

This commit is contained in:
dev01 2023-05-23 10:58:08 +08:00
parent bddb4f19f5
commit 72b9c77fcd

View File

@ -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;