From 01787cad96c654ff82100d7fec42d936ce6efce6 Mon Sep 17 00:00:00 2001 From: Guido Ranzuglia Date: Thu, 8 Sep 2016 05:25:43 +0200 Subject: [PATCH] - rolled back to previous github version of the file --- vcg/complex/algorithms/update/texture.h | 1 - 1 file changed, 1 deletion(-) diff --git a/vcg/complex/algorithms/update/texture.h b/vcg/complex/algorithms/update/texture.h index c454ddd1..d0a8339a 100644 --- a/vcg/complex/algorithms/update/texture.h +++ b/vcg/complex/algorithms/update/texture.h @@ -111,7 +111,6 @@ static void WedgeTexFromVertexTex(ComputeMeshType &m) { (*fi).WT(i).U() = (*fi).V(i)->T().U(); (*fi).WT(i).V() = (*fi).V(i)->T().V(); - (*fi).WT(i).N() = 0; } } }