From d320e3a124af0f567b567775118ad5a7b59b2b8f Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Wed, 5 May 2004 09:09:39 +0000 Subject: [PATCH] vertex with color and normal. --- vcg/simplex/vertex/with/vcvn.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 vcg/simplex/vertex/with/vcvn.h diff --git a/vcg/simplex/vertex/with/vcvn.h b/vcg/simplex/vertex/with/vcvn.h new file mode 100644 index 00000000..74754064 --- /dev/null +++ b/vcg/simplex/vertex/with/vcvn.h @@ -0,0 +1,23 @@ +#ifndef __VCGLIB_VERTEX__VCVN__TYPE +#define __VCGLIB_VERTEX__VCVN__TYPE + + +#define VERTEX_TYPE VertexVCVN + +#define __VCGLIB_VERTEX_VN +#define __VCGLIB_VERTEX_VC + +#include + + +#undef VERTEX_TYPE +#undef __VCGLIB_VERTEX_VN +#undef __VCGLIB_VERTEX_VC + + +namespace vcg { +typedef VertexVCVN VertexVCVNf; +typedef VertexVCVN VertexVCVNd; +} + +#endif