Browse Source

feat: 路径颜色箭头图标

dev
jiannibang 3 years ago
parent
commit
e2a2194ebd
  1. BIN
      public/static/img/guide.png
  2. 4
      public/static/qm/three.js

BIN
public/static/img/guide.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 24 KiB

4
public/static/qm/three.js

@ -49726,8 +49726,8 @@ Stats.Panel = function (h, k, l) {
/////////////////////////////////////////////////////-------------- my line--------------
var interVal = -1,
vIndex = 1
var mainColor = 'rgb(180,120,52)'
var borderColor = 'rgb(216,156,86)'
var mainColor = 'rgb(81, 109, 216)'
var borderColor = 'rgb(46, 78, 203)'
var arrowColor = 'rgb(255,255,255)'
var getProportionPoint2 = (point, segment, length, dx, dy) => {
let factor = segment / length

Loading…
Cancel
Save