From 699ca34f0c7eb3fadbef57079f510c7cf24f2765 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Tue, 14 Oct 2008 09:23:36 +0000 Subject: [PATCH] added missing HasFaceQualityOcf() in InfoOcf --- vcg/simplex/faceplus/component_ocf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/vcg/simplex/faceplus/component_ocf.h b/vcg/simplex/faceplus/component_ocf.h index aedce687..467f8d48 100644 --- a/vcg/simplex/faceplus/component_ocf.h +++ b/vcg/simplex/faceplus/component_ocf.h @@ -612,6 +612,7 @@ public: static bool HasWedgeTexCoordOcf() { return false; } static bool HasFFAdjacencyOcf() { return false; } static bool HasVFAdjacencyOcf() { return false; } + //static bool HasFaceQualityOcf() { return false; } inline int Index() const { typename T::FaceType const *tp=static_cast(this);