added HasNormal to EmptyCore

This commit is contained in:
ganovelli 2012-12-03 17:47:15 +00:00
parent 7a205ecad6
commit 755eb7dda7
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ public:
NormalType &WN(int) { static NormalType dummy_normal(0, 0, 0); assert(0); return dummy_normal; }
NormalType cWN(int) const { static NormalType dummy_normal(0, 0, 0); return dummy_normal; }
static bool HasNormal() { return false; }
static bool HasWedgeNormal() { return false; }
static bool HasFaceNormal() { return false; }