Added tutorial 706

This commit is contained in:
Sebastian Koch
2016-07-06 20:38:33 +02:00
parent 76c80d3c0b
commit 3acc7106d4
11 changed files with 216 additions and 10 deletions
+2
View File
@@ -6,6 +6,7 @@
#include "../python_shared.h"
#include <igl/embree/ambient_occlusion.h>
#include <igl/embree/reorient_facets_raycast.h>
void python_export_igl_embree(py::module &me) {
@@ -14,5 +15,6 @@ void python_export_igl_embree(py::module &me) {
"embree", "Wrappers for libigl functions that use embree");
#include "../py_igl/embree/py_ambient_occlusion.cpp"
#include "../py_igl/embree/py_reorient_facets_raycast.cpp"
}