An open API service indexing awesome lists of open source software.

https://github.com/simomone326/square-marching-triangulation-table

2d square marching triangulation table
https://github.com/simomone326/square-marching-triangulation-table

cube-marching-algorithm square-marching-algorithm unity

Last synced: about 1 month ago
JSON representation

2d square marching triangulation table

Awesome Lists containing this project

README

          

# square-marching-triangulation-table
a triangulation table to use for square marching. There are many cube marching (3d) tables but i found no pre-made 2d one so i made one on my own. I apologize for the wonky and unprofessional docs.

The explanation of how the indexes and the triangulation work is in the pdf, and i also included a unity implementation