Sindarius / npm_gcodeviewer

Found the usage of undeclared variables JS-0125
Bug risk
Critical
2 months agoa year old
'Vector3' is not defined
29        this.toolCursorMesh.rotate(Axis.X, Math.PI / 2, Space.LOCAL) 
30        this.toolCursorMesh.rotate(Axis.Y, Math.PI, Space.LOCAL) 
31        this.toolCursorMesh.rotate(Axis.Z, Math.PI , Space.LOCAL) 
32        this.toolCursorMesh.scaling = new Vector3(-1,1,1) 33        this.toolCursorMesh.isVisible = this.toolCursorVisible 
34        this.toolCursorMesh.renderingGroupId = 2 
35        this.registerClipIgnore(this.toolCursorMesh)