소스 검색

usage

Former-commit-id: 031f2338e06cde3b616a714b3f9401e70f241577
Alec Jacobson 9 년 전
부모
커밋
c9ac5cbe2a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      tutorial/610_CSGTree/main.cpp

+ 4 - 0
tutorial/610_CSGTree/main.cpp

@@ -12,6 +12,10 @@ int main(int argc, char * argv[])
   using namespace igl::copyleft::boolean;
   using namespace std;
   using namespace igl;
+  cout<<R"(
+[,]  Toggle between boolean sub-tree operations
+)";
+
   MatrixXi FA,FB,FC,FD,FE;
   MatrixXd VA,VB,VC,VD,VE;
   // Read in inputs as double precision floating point meshes