Added tutorial 707

Former-commit-id: 3a57699280
This commit is contained in:
Sebastian Koch
2016-07-06 22:20:41 +02:00
parent 70f5ed2048
commit aa298105c6
10 changed files with 182 additions and 0 deletions
@@ -6,6 +6,7 @@
#include "../../python_shared.h"
#include <igl/copyleft/marching_cubes.h>
#include <igl/copyleft/swept_volume.h>
void python_export_igl_copyleft(py::module &me) {
@@ -14,5 +15,6 @@ void python_export_igl_copyleft(py::module &me) {
"copyleft", "Wrappers for libigl functions that are copyleft");
#include "../../py_igl/copyleft/py_marching_cubes.cpp"
#include "../../py_igl/copyleft/py_swept_volume.cpp"
}