xzw 7 bulan lalu
induk
melakukan
5ee6643b73
2 mengubah file dengan 2 tambahan dan 1 penghapusan
  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]);

File diff ditekan karena terlalu besar
+ 1 - 1
public/lib/potree/potree.js.map