vertex with color and normal.
This commit is contained in:
parent
52fd0aab80
commit
d320e3a124
|
@ -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 <vcg/simplex/vertex/base.h>
|
||||||
|
|
||||||
|
|
||||||
|
#undef VERTEX_TYPE
|
||||||
|
#undef __VCGLIB_VERTEX_VN
|
||||||
|
#undef __VCGLIB_VERTEX_VC
|
||||||
|
|
||||||
|
|
||||||
|
namespace vcg {
|
||||||
|
typedef VertexVCVN<float> VertexVCVNf;
|
||||||
|
typedef VertexVCVN<double> VertexVCVNd;
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue