Zarbuz / FileToVox

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

"no voxels to quantize - skipping this part" When I try to convert a ply model #65

Closed K4rl33 closed 2 years ago

K4rl33 commented 2 years ago

Dear developement team, if I try to export a .ply file from magicavoxel (like the castle example from the library) and then to use Filetovox to convert it back to a .vox file, I get the following message: "no voxels to quantize - skipping this part" . This behaviour is very strange but my idea about it is that it happens because the .ply files already have a grid of points / meshes perfectly overlapped to the expected voxel grid, and this results into a sort of exception for the software.

Zarbuz commented 2 years ago

Fixed in FileToVox v1.15.1. Please note that there are some inaccuracies even if you put a grid size equal to the size of the chunk. This is due to a loss of positional precision.