comment out debug info
This commit is contained in:
parent
835aca60e6
commit
d5bf6794aa
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ void its_short_edge_collpase(indexed_triangle_set &mesh, size_t target_triangle_
|
||||||
|
|
||||||
decimation_ratio = float(faces_to_remove.size()) / float(mesh.indices.size());
|
decimation_ratio = float(faces_to_remove.size()) / float(mesh.indices.size());
|
||||||
|
|
||||||
std::cout << " DECIMATION RATIO: " << decimation_ratio << std::endl;
|
// std::cout << " DECIMATION RATIO: " << decimation_ratio << std::endl;
|
||||||
|
|
||||||
// finally update the mesh
|
// finally update the mesh
|
||||||
mesh.vertices = new_vertices;
|
mesh.vertices = new_vertices;
|
||||||
|
|
Loading…
Reference in a new issue