From 79ef95435ab407282143292e95e8fa6647bdd641 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Tue, 14 Oct 2008 16:47:02 +0000 Subject: [PATCH] Compacted EmptyCurvature and EmptyCurvatureDir in EmptyCurvatureData and added EmptyRadius --- vcg/simplex/vertexplus/base.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vcg/simplex/vertexplus/base.h b/vcg/simplex/vertexplus/base.h index 4db9d6d8..c1355a09 100644 --- a/vcg/simplex/vertexplus/base.h +++ b/vcg/simplex/vertexplus/base.h @@ -118,9 +118,9 @@ class VertexBase: public vertex::EmptyTexCoord< vertex::EmptyColorQuality< vertex::EmptyBitFlags< vertex::EmptyCoordNormal< - vertex::EmptyCurvature< - vertex::EmptyCurvatureDir< - VertexTypeHolder > > > > > > > >{ + vertex::EmptyCurvatureData< + vertex::EmptyRadius< + VertexTypeHolder > > > > > > > >{ };