Photonsters / VoxelsOps

this library will process three-dimensional matrix of binary data with boolean operations and some helper filters
GNU General Public License v3.0
12 stars 1 forks source link

Implement helper tools to read/write voxels - #Feature Request #6

Open X3msnake opened 5 years ago

X3msnake commented 5 years ago

Currently the Gyroid only allows to work on a .photon packed file.

My proposal is that we separate the import / export into helper tools

That way we can let the user choose the input / output type of a voxelOps operation

image

X3msnake commented 5 years ago

Relevant info in issue #3

EelcoHoogendoorn commented 4 years ago

Seems like this issue is still an open one. Aside from implementing functionality like this in this package, have any of you found a suitable workaround using external tools?

I am also currently facing the problem of converting voxel databack into a valid MSLA format (with AA), and any hacky solution will do for me. But I am trying to avoid porting poorly documented file format converters by myself, as much as possible.

X3msnake commented 4 years ago

@EelcoHoogendoorn lookup uv3dp converter tool