There was an error while loading. Please reload this page.
1 parent 8f04e04 commit 725683cCopy full SHA for 725683c
1 file changed
src/main.cpp
@@ -287,6 +287,7 @@ void simplify(int target_count){
287
unsigned long start_size = Simplify::triangles.size();
288
if (target_count >= static_cast<int>(start_size)){
289
logWriter("No simplification needed\n");
290
+ Simplify::compact_mesh();
291
return;
292
}
293
0 commit comments