Initial Commit
This commit is contained in:
parent
9f9ef7e584
commit
f9eae452b7
|
@ -0,0 +1,27 @@
|
|||
#ifndef __VCGLIB_VERTEX__VCVN__TYPE
|
||||
#define __VCGLIB_VERTEX__VCVN__TYPE
|
||||
|
||||
|
||||
#define VERTEX_TYPE VertexVCVMVNVQ
|
||||
|
||||
#define __VCGLIB_VERTEX_VC
|
||||
#define __VCGLIB_VERTEX_VM
|
||||
#define __VCGLIB_VERTEX_VN
|
||||
#define __VCGLIB_VERTEX_VQ
|
||||
|
||||
#include <vcg/simplex/vertex/base.h>
|
||||
|
||||
|
||||
#undef VERTEX_TYPE
|
||||
#undef __VCGLIB_VERTEX_VC
|
||||
#undef __VCGLIB_VERTEX_VM
|
||||
#undef __VCGLIB_VERTEX_VN
|
||||
#undef __VCGLIB_VERTEX_VQ
|
||||
|
||||
|
||||
namespace vcg {
|
||||
typedef VertexVCVMVNVQ<float> VertexVCVNVMVQf;
|
||||
typedef VertexVCVMVNVQ<double> VertexVCVNVMVQd;
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue