소스 검색

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