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);