& Minimal Surfaces
0 / 8
Video 0 thumbnail
This video presents some ways to understand minimal surfaces (and triply periodic minimal surfaces - TPMS). It explores their geometry, where these mathematical structures pop up in nature, and what their value can be to architects and designers.
& Minimal Surfaces
1 / 8
Video 1 thumbnail
In this video we look more closely at the Marching Cubes algorithm and map out the steps we'll take to construct it. Then we set up our canvas in preparation for the first C# script.
& Minimal Surfaces
2 / 8
Video 2 thumbnail
In this video, we begin by creating the 14 base meshes that we’ll need for the Marching Cubes algorithm. Then, we rotate and mirror these meshes in different ways, collecting each sequence as a separate transformation to apply to our cube corners and the Boolean patterns associated with each base-case mesh.
& Minimal Surfaces
3 / 8
Video 3 thumbnail
In this video we finish the lookup table. This will give us a component that contains 256 branches—2 of which are null, 254 of which are the 254 possible meshes (ignoring ambiguous cases) for any combination of ‘inside’ or ‘outside’ cube corners.
& Minimal Surfaces
4-8 / 8
Video 4-8 thumbnail
This video gives an overview of how the remaining 5 videos connect the pieces for the Marching Cubes algorithm.