From 285b33737f72ef99bc150cfd0c6c2c306ed3522e Mon Sep 17 00:00:00 2001 From: maxcorsini Date: Mon, 13 Feb 2006 16:31:28 +0000 Subject: [PATCH] remove junk code --- apps/sample/trimesh_intersection/trimesh_intersection.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/sample/trimesh_intersection/trimesh_intersection.cpp b/apps/sample/trimesh_intersection/trimesh_intersection.cpp index 420c8da3..811e84a8 100644 --- a/apps/sample/trimesh_intersection/trimesh_intersection.cpp +++ b/apps/sample/trimesh_intersection/trimesh_intersection.cpp @@ -88,8 +88,6 @@ int main(int argc,char ** argv) vcg::Plane3 plane(distance, direction); - printf("%f %f %f %f\n",distance,direction[0],direction[1],direction[2]); - double avg_length; // average length of the edges MyEdgeMesh edge_mesh; // returned EdgeMesh (i.e. the cross-section) @@ -101,8 +99,6 @@ int main(int argc,char ** argv) vcg::Intersection(plane, edge_mesh, avg_length, &static_grid, intersected_cells); - printf("%d", edge_mesh.edges.size()); - // Compute bounding box vcg::edge::UpdateBounding::Box(edge_mesh);