added missing HasFaceQualityOcf() in InfoOcf
This commit is contained in:
parent
f15dcf5536
commit
699ca34f0c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue