浏览代码

fix: pathcurve

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

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

@@ -22911,7 +22911,7 @@
 	  showNeighSetGui: browser.urlHasValue('neighGui'),
 	  selectShowBox: true,
 	  //fastTran: isTest
-	  pathSmooth: false // window.location.href.includes('192.168.0.59')  //true //smooth曲线, 非折线
+	  pathSmooth: true // window.location.href.includes('192.168.0.59')  //true //smooth曲线, 非折线
 	};
 	Potree.config = config$1;
 	Potree.settings = settings;

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