From bd05cf0932cb1b1c5721e5ba58498a3da5e1c005 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 24 Aug 2021 09:28:03 +1000 Subject: [PATCH] Checked to not collapse triangular faces in Function RemoveValence2Vertices --- vcg/complex/algorithms/polygonal_algorithms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/algorithms/polygonal_algorithms.h b/vcg/complex/algorithms/polygonal_algorithms.h index 7154278c..a8988afd 100644 --- a/vcg/complex/algorithms/polygonal_algorithms.h +++ b/vcg/complex/algorithms/polygonal_algorithms.h @@ -23,8 +23,8 @@ #ifndef __VCGLIB_POLY_MESH_ALGORITHM #define __VCGLIB_POLY_MESH_ALGORITHM -#include #include +#include #include #include #include