Sfoglia il codice sorgente

fix: (v1.4.0四维现勘-范围)已经对点云进行缩减,但切换到全景图后,还可以在点云范围外添加测量线及基准线等

xzw 1 anno fa
parent
commit
84cce3e3ae

+ 3 - 3
public/static/lib/potree/potree.js

@@ -90067,9 +90067,9 @@ void main()
 	            getByDepthTex();
 	        }else {
 	            getByCloud(); 
-	            if(!intersectPoint && canUseDepthTex  ){  //若在测量,先尝试点云,再用全景 //后来发现有深度图的点云全景visibleNode为空,pick不到的
-	                getByDepthTex();
-	            }
+	            /* if(!intersectPoint && canUseDepthTex  ){  //若在测量,先尝试点云,再用全景 //后来发现有深度图的点云全景visibleNode为空,pick不到的//如果允许的话,裁剪掉的点云也会得到intersect
+	                getByDepthTex()
+	            } */
 	        }  
 	        
 	        

File diff suppressed because it is too large
+ 1 - 1
public/static/lib/potree/potree.js.map