CodingTrain / Suggestion-Box

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

Coding Challenge: 3D Metaballs #983

Open donnerbrenn opened 6 years ago

donnerbrenn commented 6 years ago

You did allready Metaballsin 2D. But can they be done in 3D using Processing? Especially it could be interesting, how to triangulate the meshes, so you can give them openGL to render.

Pixdigit commented 4 years ago

How about also ray-marching or marching cubes?