xzw 5 tháng trước cách đây
mục cha
commit
7ecbe7895f
2 tập tin đã thay đổi với 7 bổ sung6 xóa
  1. 6 5
      public/lib/potree/potree.js
  2. 1 1
      public/lib/potree/potree.js.map

+ 6 - 5
public/lib/potree/potree.js

@@ -22520,11 +22520,11 @@
 	      return prefix;
 	    },
 	    setPrefix(num, url) {
-	      this.urls['prefix' + num] = url;
+	      this['prefix' + num] = url;
 	      if (num === 1) {
-	        this.urls.laserOSSRoot = url;
+	        this.laserOSSRoot = url;
 	      } else if (num === 3) {
-	        this.urls.panoOSSRoot = url;
+	        this.panoOSSRoot = url;
 	      }
 	    },
 	    getPrefix(num, object) {
@@ -22539,7 +22539,7 @@
 	        var prop = (_ref = object.prop || object) === null || _ref === void 0 ? void 0 : _ref.raw;
 	        return prop && prop[name];
 	      };
-	      prefix = this.urls[name] || getFromModel() || this.urls['prefix' + num];
+	      prefix = this[name] || getFromModel() || this['prefix' + num];
 	      return prefix;
 	    },
 	    templates: {}
@@ -44817,7 +44817,8 @@
 	  occlusionDistance: 10,
 	  //变为backColor距离 
 	  maxOcclusionFactor: 0.3,
-	  maxClipFactor: 0.8
+	  maxClipFactor: 0.8,
+	  maxLineWidth: 300
 	};
 	var subLabelProp = {
 	  backgroundColor: {

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 1 - 1
public/lib/potree/potree.js.map