Freestyle: commented part of FEdgeXDetector::ProcessRidgeFace() that has no effect.

This commit is contained in:
Tamito Kajiyama 2014-07-30 16:11:10 +09:00
parent b9895df36f
commit 86572dd7c9
1 changed files with 2 additions and 0 deletions

View File

@ -424,6 +424,7 @@ void FEdgeXDetector::ProcessRidgeFace(WXFace *iFace)
flayer->PushDotP(wxv->curvatures()->K1);
}
#if 0 // XXX fabs(flayer->dotP(i)) < threshold cannot be true
real threshold = 0;
//real threshold = _maxK1 - (_maxK1 - _meanK1) / 20.0;
@ -436,6 +437,7 @@ void FEdgeXDetector::ProcessRidgeFace(WXFace *iFace)
flayer->ReplaceDotP(2, 0);
}
}
#endif
}
#if 0