From 5e89a6a5f7bdb8160fa3b0f35f3585570028e881 Mon Sep 17 00:00:00 2001 From: Guido Ranzuglia Date: Mon, 12 Sep 2016 09:01:40 +0200 Subject: [PATCH] - roll back --- vcg/complex/algorithms/update/texture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/algorithms/update/texture.h b/vcg/complex/algorithms/update/texture.h index c454ddd1..c6f0b9b0 100644 --- a/vcg/complex/algorithms/update/texture.h +++ b/vcg/complex/algorithms/update/texture.h @@ -111,7 +111,7 @@ 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; + //(*fi).WT(i).N() = 0; } } }