Turn STL files into voxels, images, and videos
- Convert stl files into a voxel representation
- Output to (a series of) .pngs, .xyz, .svx
- Command line interface
git clone https://github.com/cpederkoff/stl-to-voxel.git
$ cd stl-to-voxel
$ python3 stltovoxel.py data/Stanford_Bunny.stl data/Stanford_Bunny.png
The resolution is optional and defaults to 100.