From e11d0ffcdd5ca4fc7a8f51c141f8d2c808f0dc71 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Wed, 5 May 2004 09:12:53 +0000 Subject: [PATCH] vertex with normal. --- vcg/simplex/vertex/with/vn.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 vcg/simplex/vertex/with/vn.h diff --git a/vcg/simplex/vertex/with/vn.h b/vcg/simplex/vertex/with/vn.h new file mode 100644 index 00000000..8cfe1f53 --- /dev/null +++ b/vcg/simplex/vertex/with/vn.h @@ -0,0 +1,21 @@ +#ifndef __VCGLIB_VERTEX__VN__TYPE +#define __VCGLIB_VERTEX__VN__TYPE + + +#define VERTEX_TYPE VertexVN + +#define __VCGLIB_VERTEX_VN + +#include + + +#undef VERTEX_TYPE +#undef __VCGLIB_VERTEX_VN + + +namespace vcg { +typedef VertexVN VertexVNf; +typedef VertexVN VertexVNd; +} + +#endif