memononen / libtess2

Game and tools oriented refactored version of GLU tesselator.
Other
465 stars 98 forks source link

When the input is collinear, choose the most perpendicular normal #9

Closed kintel closed 9 years ago

kintel commented 9 years ago

When the input is collinear, choose the most perpendicular normal rather than the least perpendicular one. This should improve #8.

memononen commented 9 years ago

Thanks for the improvement!