mikxingu / HexMap_Editor

Unity Game about hexagonal map generation, edition and navigation. This repo has been discontinued and has become Read-Only. Head to the link below to get the last public version.
https://github.com/TechStrikeBrasil/HexMap-Revisited
Other
4 stars 1 forks source link

Fixed the last bug of the part3 #5

Closed mikxingu closed 4 years ago

mikxingu commented 4 years ago

Finally fixed the known bugs for the third part of the tutorial series. There were different parameters order on the "TriangulateBoundaryTriangle()" Method which caused a lower triangle to be rendered incorrectly on 2step slopes. This will fix the Issue #4 .