소스 검색

Not sure propost processing on duplicated faces are needed.

Former-commit-id: 10b1f232aad48b5d45da7c4ed8ee85ae3915d7e3
Qingnan Zhou 10 년 전
부모
커밋
8a026bfeb8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/igl/boolean/mesh_boolean.cpp

+ 1 - 1
include/igl/boolean/mesh_boolean.cpp

@@ -245,7 +245,7 @@ IGL_INLINE void igl::mesh_boolean(
   cout<<"clean..."<<endl;
 #endif
   // Deal with duplicate faces
-  //if (false)
+  if (false)
   {
     VectorXi IA,IC;
     MatrixX3I uG;