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