solved one template problem
This commit is contained in:
parent
3b5464e4a0
commit
b81e2e98bc
|
|
@ -606,7 +606,7 @@ public:
|
||||||
|
|
||||||
if(pp->QualityWeight) // we map quality range into a squared 01 and than this into the 1..QualityWeightFactor range
|
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);
|
tri::Stat<TriMeshType>::ComputePerVertexQualityMinMax(m,minQ,maxQ);
|
||||||
for(VertexIterator vi=m.vert.begin();vi!=m.vert.end();++vi)
|
for(VertexIterator vi=m.vert.begin();vi!=m.vert.end();++vi)
|
||||||
if( ! (*vi).IsD() && (*vi).IsW())
|
if( ! (*vi).IsD() && (*vi).IsW())
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue