remove junk code

This commit is contained in:
Massimiliano Corsini 2006-02-13 16:31:28 +00:00
parent be5d721eef
commit 285b33737f
1 changed files with 0 additions and 4 deletions

View File

@ -88,8 +88,6 @@ int main(int argc,char ** argv)
vcg::Plane3<MyMesh::ScalarType> 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<MyMesh, MyEdgeMesh, MyMesh::ScalarType, TriMeshGrid>(plane,
edge_mesh, avg_length, &static_grid, intersected_cells);
printf("%d", edge_mesh.edges.size());
// Compute bounding box
vcg::edge::UpdateBounding<MyEdgeMesh>::Box(edge_mesh);