Python bindings for line_mesh_intersection()
This commit is contained in:
@@ -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"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user