guillaumechereau / goxel

Goxel: Free and Open Source 3D Voxel Editor
GNU General Public License v3.0
2.8k stars 223 forks source link

Color doesn't export in any format except MagicaVoxel which has size limits #157

Closed GoxelBug closed 5 years ago

GoxelBug commented 5 years ago

I need to export with color so I can use it with other programs such as Blender and Godot. You can keep color by exporting to MagicaVoxel but the MagicaVoxel size limit kicks in which is a deal breaker. Additionally, it is a tedious extra step. Thanks for your time.

guillaumechereau commented 5 years ago

Have you tried to export in 'ply' ? I just tried and it shows the color properly in blender.

GoxelBug commented 5 years ago

I tried again just barely and it did not show up for me in either Blender or 3D viewer. Perhaps I am doing something wrong or maybe I need to reinstall.?

GoxelBug commented 5 years ago

I checked something and I discovered information about ply files. I have to enable vertex colors to see the color. So I guess it was just my ignorance. Now I need to figure out how to convert the vertex colors into something else that is usable out of blender.