From bff978189b6eeb0f22efdcfa479048e7403efbfb Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Thu, 11 Mar 2021 16:04:35 +0100 Subject: [PATCH] switch to std::shuffle in point_sampling (std::random_shuffle deprecated) --- vcg/complex/algorithms/point_sampling.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vcg/complex/algorithms/point_sampling.h b/vcg/complex/algorithms/point_sampling.h index 10047237..0afbb3ba 100644 --- a/vcg/complex/algorithms/point_sampling.h +++ b/vcg/complex/algorithms/point_sampling.h @@ -713,7 +713,7 @@ static void FillAndShuffleFacePointerVector(MeshType & m, std::vector &vertVec) { @@ -723,7 +723,7 @@ static void FillAndShuffleVertexPointerVector(MeshType & m, std::vector