Voxel Model Importer

An importer to import .vox files as 3D Models.

  • How to *
    add a reference to the .dll in the content file (.mgcb).
    import a .vox file.
    Set the importer to VoxelModelImporter
    Set the processor to ModelProcessor
    Load the file as a Model : var voxelModel = content.Load<Model>("voxfile");
    Draw: voxelModel.Draw(world, view, projection);

https://github.com/tainicom/Aether.Extras/blob/master/bin/Release/Windows/Aether.Content.Pipeline.VoxelImporters.dll

6 Likes