xzw 1 년 전
부모
커밋
5ccb223a05
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      public/static/lib/potree/potree.js
  2. 1 1
      public/static/lib/potree/potree.js.map

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

@@ -82272,7 +82272,7 @@ void main()
 	                    let camDirPlane = new Plane().setFromNormalAndCoplanarPoint(dir,  eyePos); 
 	                    nearPoint = ray.ray.intersectPlane(camDirPlane, new Vector3()); 
 	                    
-	                    //if(!nearPoint)console.error('no?',cos, this.lineDir, p1, p2)
+	                    if(!nearPoint)console.error('no?',cos, this.lineDir, p1, p2, dir);
 	                } 
 	                  
 	                  

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
public/static/lib/potree/potree.js.map