Python bindings for line_mesh_intersection()

This commit is contained in:
Guillermo Lomas Rodríguez
2016-10-18 18:22:14 +02:00
parent 8c31727403
commit 43e7c6b81c
5 changed files with 35 additions and 2 deletions
+2
View File
@@ -7,6 +7,7 @@
#include <igl/embree/ambient_occlusion.h>
#include <igl/embree/reorient_facets_raycast.h>
#include <igl/embree/line_mesh_intersection.h>
void python_export_igl_embree(py::module &me) {
@@ -16,5 +17,6 @@ void python_export_igl_embree(py::module &me) {
#include "../py_igl/embree/py_ambient_occlusion.cpp"
#include "../py_igl/embree/py_reorient_facets_raycast.cpp"
#include "../py_igl/embree/py_line_mesh_intersection.cpp"
}