Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

support for keeping vox objects as seperate meshes #9

Open
tastesliketriangle opened this issue Apr 6, 2020 · 1 comment
Open

support for keeping vox objects as seperate meshes #9

tastesliketriangle opened this issue Apr 6, 2020 · 1 comment

Comments

@tastesliketriangle
Copy link

I've been using MagicaVoxel to make tiles for my Gridmaps.
when exporting from MagicaVoxel to .OBJ files, all the voxel objects are seperate(i'll usually bundle them into a .GLTF file. but this importer merges the meshes together, which makes it completely useless for making Gridmaps.

@CloneDeath
Copy link
Owner

Would you want to import each disjoint (not touching) group of voxels as a separate mesh
I'd support that PR.

An alternative would be to have each tile be in a different group, and then have the importer have an option "split top level groups into different meshes". I don't know about the details of that... like, how extensions like flip and reference group would work... but either way, if someone comes up with this sort of solution, I'd also support that PR.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants