xzw 7 月之前
父节点
当前提交
5ee6643b73
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      public/lib/potree/potree.js
  2. 1 1
      public/lib/potree/potree.js.map

+ 1 - 0
public/lib/potree/potree.js

@@ -43064,6 +43064,7 @@
 	    var pts = this.geoPoints || this.points;
 	    var len2 = pts.length;
 	    this.endCaps.forEach((e, i) => {
+	      Potree.Utils.updateVisible(e, 'hasPoints', len > 0);
 	      if (len) {
 	        if (len > 1) {
 	          var dir = i == 0 ? new Vector3().subVectors(pts[1], pts[0]) : new Vector3().subVectors(pts[len2 - 2], pts[len2 - 1]);

文件差异内容过多而无法显示
+ 1 - 1
public/lib/potree/potree.js.map