tweak colin weighting again.

This commit is contained in:
Campbell Barton 2006-02-20 05:30:15 +00:00
parent 23e55acfcb
commit 883d56e922

@ -99,7 +99,7 @@ def isfaceCoLin(imagQuag):
if not diff:
return 0.0
return min(diff/180, 1.0)
return min(diff/90, 1.0)
# Meause the areas of the 2 possible ways of subdividing the imagined quad.