Parcourir la source

note about manifoldness assumption

Former-commit-id: 68fb488d813df72dc2aa49fe1e4c76eeb7676ff5
Alec Jacobson il y a 10 ans
Parent
commit
f09ba4892c
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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,