Disambiguate function name PerVertexWeighted -> PerVertexNelsonMaxWeighted
This commit is contained in:
parent
f3ef64cc0c
commit
cfba5001fd
|
|
@ -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.
|
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...
|
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));
|
assert(HasPerVertexNormal(m));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue