Zarbuz / FileToVox

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

Problem converting files with MeshToVox #67

Closed ehsanps4 closed 2 years ago

ehsanps4 commented 2 years ago

Hello. This problem has not been resolved yet.

https://github.com/Zarbuz/FileToVox/issues/58

scale: 1790

file.zip

153490276-66e2ddb8-ead8-4392-9747-2d3250f5635b

153490311-7ed0374f-5740-4ebd-9f04-8e2568ec2a0c

Zarbuz commented 2 years ago

Hello,

I finally managed to reproduce and fix your bug. I added a new option for version 2.8 to choose if the voxelization should be used with the GPU or the CPU. By default it will be the GPU but in your case where the number of vertices is just huge you will have to choose the CPU. Voxelization is a bit longer (depending on your hardware) but it will avoid missing parts.

image

Zarbuz commented 2 years ago

MeshToVox v2.8 is now available

ehsanps4 commented 2 years ago

Hello. Thank you so much. Amazing work. You are a great programmer.