vert=>vertex

This commit is contained in:
mtarini 2008-11-12 16:50:47 +00:00
parent ced06f5601
commit 6e0559be18
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class CFace;
/* define a vertex passing the attributes you want it to have. Each attributes has its own class.
Check vcg/simplex/vertexplus/component.h to find out the existing attributes. Note: then you could
also personalized attributes */
class CVertex : public VertexSimp2< CVertex, CEdge, CFace, vert::Coord3f, vert::Normal3f >{};
class CVertex : public VertexSimp2< CVertex, CEdge, CFace, vertex::Coord3f, vertex::Normal3f >{};
/*same as for the vertes */
class CFace : public FaceSimp2< CVertex, CEdge, CFace, face::VertexRef, face::Normal3f > {};