Do not normalize normal

This commit is contained in:
Simon Giraudot 2018-07-13 09:58:31 +02:00
parent 81ec960718
commit 9783eaec7a
1 changed files with 0 additions and 1 deletions

View File

@ -268,7 +268,6 @@ Scene_polygon_soup_item_priv::triangulate_polygon(Polygons_iterator pit, int pol
if (normal == CGAL::NULL_VECTOR) // No normal could be computed, return
return;
normal = normal / std::sqrt(normal * normal);
typedef FacetTriangulator<Polyhedron, Kernel, std::size_t> FT;
double diagonal;