Skip to content

Commit

Permalink
added copy of quality in triangulation of polygonal faces
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopietroni committed Apr 10, 2020
1 parent 34eccf9 commit e9ea05b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vcg/complex/algorithms/polygonal_algorithms.h
Original file line number Diff line number Diff line change
Expand Up @@ -1399,6 +1399,7 @@ class PolygonalAlgorithm
poly_m.face.back().V(0)=v0;
poly_m.face.back().V(1)=v1;
poly_m.face.back().V(2)=v2;
poly_m.face.back().Q()=poly_m.face[IndexF].Q();
}

VertexType * v0=poly_m.face[IndexF].V0((sizeV-1));
Expand Down

0 comments on commit e9ea05b

Please sign in to comment.