This commit is contained in:
bubnikv 2018-02-02 11:32:52 +01:00
commit c9887e13bb

View File

@ -198,8 +198,9 @@ TriangleMesh::repair() {
stl_clear_error(&stl); stl_clear_error(&stl);
} }
// normal_directions // commenting out the following call fixes: #574, #413, #269, #262, #259, #230, #228, #206
stl_fix_normal_directions(&stl); // // normal_directions
// stl_fix_normal_directions(&stl);
// normal_values // normal_values
stl_fix_normal_values(&stl); stl_fix_normal_values(&stl);