Added tutorial 706
This commit is contained in:
@@ -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"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user