added warning for deprecation of this way to define the simplex

This commit is contained in:
ganovelli 2008-09-30 10:38:04 +00:00
parent 7021c9af38
commit 5d1bd20c33
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@ created
#ifndef __VCGLIB__EDGE_TYPE_BASE
#define __VCGLIB__EDGE_TYPE_BASE
#pragma message("[VCGLIB Warning] this way to define the simplex edge is DEPRECATED ")
#pragma message("[VCGLIB Warning] use vcg/simplex/edgeplus instead ")
#include <vcg/space/box3.h>
#include <vcg/space/texcoord2.h>