sandrofigo / VoxReader

A C# library to read .vox files created with MagicaVoxel
MIT License
63 stars 3 forks source link

Create Voxel Model #6

Closed dinhtai1104 closed 1 year ago

dinhtai1104 commented 2 years ago

Can i export voxel model from list positions, colors ?

sandrofigo commented 2 years ago

As this library is only intended to read .vox files, exporting or creating a .vox file from the library itself is not supported. You can of course implement this feature, but I assume it will take up a lot of time maintaining it when e.g. the requirements for the .vox format change so MagicaVoxel can read the files properly.