added missing HasFaceQualityOcf() in InfoOcf

This commit is contained in:
ganovelli 2008-10-14 09:23:36 +00:00
parent f15dcf5536
commit 699ca34f0c
1 changed files with 1 additions and 0 deletions

View File

@ -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<typename T::FaceType const *>(this);