三菱 Frontend 電梯速度增加1.5倍
This commit is contained in:
parent
bddb4f19f5
commit
72b9c77fcd
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user