Martini mesh tile generator (Mapbox's Awesome Right-Triangulated Irregular Networks, Improved).
Represents a height map tile node using the RTIN method from the paper "Right Triangulated Irregular Networks".
Based off the library https://github.com/mapbox/martini.
Constructor for the generator.
Size of the grid.
Coordinates of the points composing the mesh.
Size of the grid to be generated.
Indices of the triangles faces.
Number of triangles in the parent node.
Number of triangles to be used in the tile.
Martini mesh tile generator (Mapbox's Awesome Right-Triangulated Irregular Networks, Improved).
Represents a height map tile node using the RTIN method from the paper "Right Triangulated Irregular Networks".
Based off the library https://github.com/mapbox/martini.