|
@@ -94,7 +94,7 @@
|
|
|
#include <igl/writeMESH.h>
|
|
|
#include <igl/writeOBJ.h>
|
|
|
#include <igl/writePLY.h>
|
|
|
-
|
|
|
+#include <igl/readPLY.h>
|
|
|
|
|
|
void python_export_igl(py::module &m)
|
|
|
{
|
|
@@ -191,5 +191,5 @@ void python_export_igl(py::module &m)
|
|
|
#include "py_igl/py_writeMESH.cpp"
|
|
|
#include "py_igl/py_writeOBJ.cpp"
|
|
|
#include "py_igl/py_writePLY.cpp"
|
|
|
-
|
|
|
+#include "py_igl/py_readPLY.cpp"
|
|
|
}
|