I’m currently working in marching cubes algorithm in python for rhino. the script works flawless after aplying some optimizations.
-right- 1331 voxels model (5 seconds to process)|left - 1331 voxels model with Clatmull clark subdivision-
currently im evaluating voxels with triply periodic minimal surfaces.
still a wip, but it works so nice!.
2197 voxels model (6 seconds)
2197 voxels model (6 seconds)
125000 voxels model – 1.2 minutes.
the good thing about this technique for surface recosntruction, is that you can build any surface acoording to specific values on each point (voxels), now is a minimal surface, but it can be used with kinect , lidar, etc data.
cool!!
junio 18, 2012 a 1:58 pm
Nice!