solved one template problem

This commit is contained in:
nico 2019-05-15 11:52:54 +10:00
parent 3b5464e4a0
commit b81e2e98bc
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,7 @@ public:
if(pp->QualityWeight) // we map quality range into a squared 01 and than this into the 1..QualityWeightFactor range
{
float minQ, maxQ;
ScalarType minQ, maxQ;
tri::Stat<TriMeshType>::ComputePerVertexQualityMinMax(m,minQ,maxQ);
for(VertexIterator vi=m.vert.begin();vi!=m.vert.end();++vi)
if( ! (*vi).IsD() && (*vi).IsW())