From 3864a934da989de5bf1d1ac02b07e7026e601582 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Mon, 12 Nov 2012 12:59:50 +0000 Subject: [PATCH] corrected 1 call of VFStarVF --- vcg/simplex/face/topology.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcg/simplex/face/topology.h b/vcg/simplex/face/topology.h index 14746b7c..056d55b2 100644 --- a/vcg/simplex/face/topology.h +++ b/vcg/simplex/face/topology.h @@ -677,7 +677,8 @@ static void VFExtendedStarVF(typename FaceType::VertexType* vp, { ///initialize front faceVec.clear(); - vcg::face::VFStarVF(vp,faceVec); + std::vector indexes; + vcg::face::VFStarVF(vp,faceVec,indexes); ///then dilate front ///for each step for (int step=0;step