Skip to content

only compute normals for faces that are not deleted

Max Lyon requested to merge face_normals into master

calc_face_normal asserts that the face has a valid halfedge. This may not be the case for deleted faces. Thus, only compute normals for faces which are not deleted.

Merge request reports