From d481f5823454b0a99a5977e236e5e54c8cae73ef Mon Sep 17 00:00:00 2001 From: cignoni Date: Fri, 17 Jun 2005 00:43:34 +0000 Subject: [PATCH] Added a named typedef for the per wedge TexCoordinate --- vcg/simplex/face/base.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vcg/simplex/face/base.h b/vcg/simplex/face/base.h index 14e63368..539b9793 100644 --- a/vcg/simplex/face/base.h +++ b/vcg/simplex/face/base.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.27 2005/03/18 16:35:53 fiorin +minor changes to comply gcc compiler + Revision 1.26 2005/03/11 14:14:14 ganovelli _ffi was a 4 for positions vector (only 3 used) @@ -140,6 +143,8 @@ public: typedef FVTYPE VertexType; /// The vertex type typedef FETYPE EdgeType; + /// The Texture Coordinate type + typedef TCTYPE TexCoordType; /// The type of the scalar field of the vertex coordinate typedef typename VertexType::ScalarType ScalarType; /// The type of the the vertex coordinate