cowtrix / voxul

voxul is a voxel framework and voxel mesh editing tool for Unity.
Apache License 2.0
62 stars 7 forks source link

Implement MagicaVoxel Import (.vox) #2

Closed cowtrix closed 2 years ago

cowtrix commented 3 years ago

This task is to implement voxel import functionality with MagicaVoxel .vox files. This is one of the more common voxel data representations out there and so this would be useful for importing models.

The file format is here: https://github.com/ephtracy/voxel-model/blob/master/MagicaVoxel-file-format-vox.txt

Some related codebases: https://github.com/LoicBaumann/CsharpVoxReader - Check license, can this be implemented? https://github.com/kevzettler/parse-magica-voxel

cowtrix commented 2 years ago

The first pass of this importer has now been implemented.