mattrdowney / planetaria

A Unity framework for Euclidean 2-sphere games (e.g. 2D virtual reality games) [quasi-MIT license]
Other
10 stars 2 forks source link

Triangle to Spherical Linear Interpolated Triangle Set #119

Closed mattrdowney closed 5 years ago

mattrdowney commented 5 years ago

A Mesh (e.g. from #118) should be decomposed into multiple triangles that are fed into a triangle divider (that creates n^2 triangles from a single triangle). Further functionality should be made to break each triangle into multiple chunks (e.g. (k^2) n^2 triangles).

There should be additional functionality for 1) merging redundant vertices and 2) merging redundant edges.

mattrdowney commented 5 years ago

Done as of 39d3e421e5b56fdbf2bd80487e80e138753448aa