Browse Source

note about manifoldness assumption

Former-commit-id: 68fb488d813df72dc2aa49fe1e4c76eeb7676ff5
Alec Jacobson 10 years ago
parent
commit
f09ba4892c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      include/igl/upsample.h

+ 3 - 0
include/igl/upsample.h

@@ -30,6 +30,9 @@ namespace igl
   //
   // NOTE: V should not be the same as NV,
   // NOTE: F should not be the same as NF, use other proto
+  //
+  // Known issues:
+  //   - assumes (V,F) is edge-manifold.
   template <
     typename DerivedV, 
     typename DerivedF,