Disambiguate function name PerVertexWeighted -> PerVertexNelsonMaxWeighted

This commit is contained in:
Paolo Cignoni 2012-07-31 09:15:20 +00:00
parent f3ef64cc0c
commit cfba5001fd
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ static void PerVertexAngleWeighted(ComputeMeshType &m)
The weight for each wedge is the cross product of the two edge over the product of the square of the two edge lengths.
According to the original paper it is perfect only for spherical surface, but it should perform well...
*/
static void PerVertexWeighted(ComputeMeshType &m)
static void PerVertexNelsonMaxWeighted(ComputeMeshType &m)
{
assert(HasPerVertexNormal(m));