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
- Host: GitHub
- URL: https://github.com/simomone326/square-marching-triangulation-table
- Owner: Simomone326
- Created: 2025-11-05T20:18:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-05T20:52:31.000Z (8 months ago)
- Last Synced: 2025-11-05T22:14:00.029Z (8 months ago)
- Topics: cube-marching-algorithm, square-marching-algorithm, unity
- Language: C#
- Homepage:
- Size: 741 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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