From 78cad847ede303a8182ca0ea82b386362c857e94 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Tue, 4 Apr 2017 23:21:52 +0200 Subject: [PATCH] renamed trimesh_intersection sample --- apps/sample/sample.pro | 2 +- .../trimesh_intersection_plane.cpp} | 0 .../trimesh_intersection_plane.pro} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename apps/sample/{trimesh_intersection/trimesh_intersection.cpp => trimesh_intersection_plane/trimesh_intersection_plane.cpp} (100%) rename apps/sample/{trimesh_intersection/trimesh_intersection.pro => trimesh_intersection_plane/trimesh_intersection_plane.pro} (100%) diff --git a/apps/sample/sample.pro b/apps/sample/sample.pro index 32511417..333b3bf9 100644 --- a/apps/sample/sample.pro +++ b/apps/sample/sample.pro @@ -18,7 +18,7 @@ SUBDIRS = trimesh_allocate \ trimesh_implicit_smooth \ trimesh_indexing \ trimesh_inertia \ - trimesh_intersection \ + trimesh_intersection_plane \ trimesh_isosurface \ trimesh_join \ trimesh_kdtree \ diff --git a/apps/sample/trimesh_intersection/trimesh_intersection.cpp b/apps/sample/trimesh_intersection_plane/trimesh_intersection_plane.cpp similarity index 100% rename from apps/sample/trimesh_intersection/trimesh_intersection.cpp rename to apps/sample/trimesh_intersection_plane/trimesh_intersection_plane.cpp diff --git a/apps/sample/trimesh_intersection/trimesh_intersection.pro b/apps/sample/trimesh_intersection_plane/trimesh_intersection_plane.pro similarity index 100% rename from apps/sample/trimesh_intersection/trimesh_intersection.pro rename to apps/sample/trimesh_intersection_plane/trimesh_intersection_plane.pro