From 51105e36e77b889f9c369655a5a2a41d3cec66cc Mon Sep 17 00:00:00 2001 From: ganovelli Date: Tue, 30 Sep 2008 10:06:17 +0000 Subject: [PATCH] added the color to the vertex attributes --- apps/metro/mesh_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/metro/mesh_type.h b/apps/metro/mesh_type.h index 1ed58bdd..5de90849 100644 --- a/apps/metro/mesh_type.h +++ b/apps/metro/mesh_type.h @@ -52,7 +52,7 @@ just color and quality on the vertex #include class MyEdge; class CFace; -class CVertex : public vcg::VertexSimp2 {}; +class CVertex : public vcg::VertexSimp2 {}; class CFace : public vcg::FaceSimp2< CVertex,MyEdge,CFace,vcg::face::VertexRef, vcg::face::Normal3d, vcg::face::EdgePlane,vcg::face::Color4b,vcg::face::Mark,vcg::face::BitFlags> {}; class CMesh : public vcg::tri::TriMesh< std::vector, std::vector > {}; #else