Zarbuz / FileToVox

Tool for convert files into Magicavoxel file
MIT License
438 stars 46 forks source link

Split input objects into multiple .vox files when maximum size is exceeded. #12

Closed david-rhodes closed 4 years ago

david-rhodes commented 4 years ago

It would be useful to automatically segment a physically large input into several (max 2016^3) vox files so that the conversion does not simply fail, and will allow the creation of highly detailed voxel objects. Obviously this couldn't be loaded simultaneously into MagicaVoxel, but at least you could compose scenes in other tools (Unity, Unreal, etc.).

david-rhodes commented 4 years ago

Sorry for the duplicate, had some technical difficulties.