add pyigl seam_edges

This commit is contained in:
Zhongshi Jiang
2018-02-16 22:41:16 +08:00
parent 84d078222e
commit ea005c91e0
4 changed files with 54 additions and 0 deletions
+2
View File
@@ -103,6 +103,7 @@
#include <igl/writeOBJ.h>
#include <igl/writePLY.h>
#include <igl/readPLY.h>
#include <igl/seam_edges.h>
void python_export_igl(py::module &m)
{
@@ -201,4 +202,5 @@ void python_export_igl(py::module &m)
#include "py_igl/py_writeOBJ.cpp"
#include "py_igl/py_writePLY.cpp"
#include "py_igl/py_readPLY.cpp"
#include "py_igl/py_seam_edges.cpp"
}