3DStuff / voxelizer

Parallel and memory efficient CPU rasterizer. Can process and merge multiple meshes to a single voxel model.
MIT License
80 stars 6 forks source link

Additional output formats #1

Open ihmin opened 2 years ago

ihmin commented 2 years ago

Currently, only triangles such as obj and stl are output. Is it possible to support the mesh format of Medit that supports Hexa type?

hexahexa_2x2x2.txt

dgrat commented 2 years ago

Feel free to make a submit :)