templated face quality type

This commit is contained in:
alemuntoni 2020-12-11 16:53:15 +01:00
parent a8bda725fb
commit d18623b942
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ public:
std::vector<typename VALUE_TYPE::CurvatureDirType> CDV;
std::vector<int> MV;
std::vector<typename VALUE_TYPE::NormalType> NV;
std::vector<float> QV;
std::vector<typename VALUE_TYPE::QualityType> QV;
std::vector<class WedgeColorTypePack> WCV;
std::vector<class WedgeNormalTypePack> WNV;
std::vector<class WedgeTexTypePack> WTV;