Initial commit
This commit is contained in:
parent
0508b4362b
commit
7d78a93492
|
@ -0,0 +1,23 @@
|
||||||
|
#ifndef __VCGLIB_VERTEX__CN__TYPE
|
||||||
|
#define __VCGLIB_VERTEX__CN__TYPE
|
||||||
|
|
||||||
|
|
||||||
|
#define VERTEX_TYPE VertexCN
|
||||||
|
|
||||||
|
#define __VCGLIB_VERTEX_N
|
||||||
|
#define __VCGLIB_VERTEX_C
|
||||||
|
|
||||||
|
#include <vcg/simplex/vertex/base.h>
|
||||||
|
|
||||||
|
|
||||||
|
#undef VERTEX_TYPE
|
||||||
|
#undef __VCGLIB_VERTEX_N
|
||||||
|
#undef __VCGLIB_VERTEX_C
|
||||||
|
|
||||||
|
|
||||||
|
namespace vcg {
|
||||||
|
typedef VertexCN<float> VertexCNf;
|
||||||
|
typedef VertexCN<double> VertexCNd;
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue