Explorar o código

note about manifoldness assumption

Former-commit-id: 68fb488d813df72dc2aa49fe1e4c76eeb7676ff5
Alec Jacobson %!s(int64=10) %!d(string=hai) anos
pai
achega
f09ba4892c
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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,