mirror of https://github.com/CGAL/cgal
Do not normalize normal
This commit is contained in:
parent
81ec960718
commit
9783eaec7a
|
|
@ -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
|
if (normal == CGAL::NULL_VECTOR) // No normal could be computed, return
|
||||||
return;
|
return;
|
||||||
|
|
||||||
normal = normal / std::sqrt(normal * normal);
|
|
||||||
typedef FacetTriangulator<Polyhedron, Kernel, std::size_t> FT;
|
typedef FacetTriangulator<Polyhedron, Kernel, std::size_t> FT;
|
||||||
|
|
||||||
double diagonal;
|
double diagonal;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue