From 929955243543a780e5e6432bee5a376a71a00eac Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Tue, 11 Apr 2017 19:20:36 +0200 Subject: [PATCH] added sample for mesh mesh intersection with remeshing --- apps/sample/sample.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/sample/sample.pro b/apps/sample/sample.pro index 333b3bf9..ba728998 100644 --- a/apps/sample/sample.pro +++ b/apps/sample/sample.pro @@ -19,6 +19,7 @@ SUBDIRS = trimesh_allocate \ trimesh_indexing \ trimesh_inertia \ trimesh_intersection_plane \ + trimesh_intersection_mesh \ trimesh_isosurface \ trimesh_join \ trimesh_kdtree \