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
+3 -8
View File
@@ -30,10 +30,6 @@ extern void python_export_igl_triangle(py::module &);
extern void python_export_igl_cgal(py::module &);
#endif
#ifdef PY_COPYLEFT
extern void python_export_igl_copyleft(py::module &);
#endif
#ifdef PY_PNG
extern void python_export_igl_png(py::module &);
#endif
@@ -78,12 +74,14 @@ PYBIND11_PLUGIN(pyigl) {
edge_lengths
eigs
embree_ambient_occlusion
embree_reorient_facets_raycast
find_cross_field_singularities
fit_rotations
floor
gaussian_curvature
grad
harmonic
hsv_to_rgb
internal_angles
invert_diag
is_irregular_vertex
@@ -106,6 +104,7 @@ PYBIND11_PLUGIN(pyigl) {
polar_svd
principal_curvature
quad_planarity
randperm
readDMAT
readMESH
readOBJ
@@ -157,10 +156,6 @@ PYBIND11_PLUGIN(pyigl) {
python_export_igl_cgal(m);
#endif
#ifdef PY_COPYLEFT
python_export_igl_copyleft(m);
#endif
#ifdef PY_PNG
python_export_igl_png(m);
#endif