This commit is contained in:
GiteaAdmin 2023-05-23 18:20:50 +08:00
commit 2f8124e753

View File

@ -181,7 +181,7 @@ class elevator3D {
this.ele = option.element; this.ele = option.element;
this.viewer = option.viewer; this.viewer = option.viewer;
this.nodeId = option.nodeId; this.nodeId = option.nodeId;
this.speed = option.speed ?? 0.07; this.speed = option.speed ?? 0.18;
this.tagValue = option.tagValue ?? ""; this.tagValue = option.tagValue ?? "";
this.fragProxys = []; this.fragProxys = [];
this.fragProxy = null; this.fragProxy = null;