Compacted EmptyCurvature and EmptyCurvatureDir in EmptyCurvatureData and added EmptyRadius

This commit is contained in:
ganovelli 2008-10-14 16:47:02 +00:00
parent c454c38e60
commit 79ef95435a
1 changed files with 3 additions and 3 deletions

View File

@ -118,9 +118,9 @@ class VertexBase: public vertex::EmptyTexCoord<
vertex::EmptyColorQuality<
vertex::EmptyBitFlags<
vertex::EmptyCoordNormal<
vertex::EmptyCurvature<
vertex::EmptyCurvatureDir<
VertexTypeHolder <BVT, BET, BFT, BTT> > > > > > > > >{
vertex::EmptyCurvatureData<
vertex::EmptyRadius<
VertexTypeHolder <BVT, BET, BFT, BTT> > > > > > > > >{
};