CodingTrain / Suggestion-Box

A repo to track ideas for topics
573 stars 86 forks source link

Suggestion for Coding Challange: Marching Cubes #1356

Open teknostompa opened 5 years ago

teknostompa commented 5 years ago

"Marching Cubes" is a really cool visualization of Polygonising a scalar field.

Here is the documentation I followed to understand the problem: http://paulbourke.net/geometry/polygonise/

And my solution: https://github.com/teknostompa/MarchingCubes/tree/master

GypsyDangerous commented 5 years ago

1195

GypsyDangerous commented 5 years ago

1224

GypsyDangerous commented 5 years ago

1131