vengi-voxel / vengi

free and open source voxel art tools - editor, thumbnailer and format converter
http://vengi-voxel.github.io/vengi/
Other
1.05k stars 87 forks source link

VOXELFORMAT: VOX: the entire hierarchy gets flattened #278

Closed mgerhardy closed 1 year ago

mgerhardy commented 1 year ago

I just noticed that when converting a vox file (to gltf), the entire hierarchy gets flattened

vengi-voxconvert.exe --input entrance1.vox --output entrance.gltf --dump

And the output then no longer has the Breakin in and Entrance nodes. Instead only the leaf nodes get put into the resulting hierarchy.

image

entrance1.vox.zip

mgerhardy commented 1 year ago

This is not about the gltf export - but the magicavoxel vox import.

Bildschirmfoto vom 2023-04-22 17-29-08

mgerhardy commented 1 year ago

should be fixed now