sandrofigo / VoxReader

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

Support for exported .vox files #17

Closed sandrofigo closed 1 year ago

sandrofigo commented 1 year ago

After a little investigation I could reproduce the behaviour by exporting the file with the ".vox" export function instead of saving the "project". image

If the file is exported this way, some chunks are missing that would normally be used to parse the models. I will add the feature to read "exported" .vox files in the next release.

Originally posted by @sandrofigo in https://github.com/sandrofigo/VoxReader/discussions/16#discussioncomment-5865895