guillaumechereau / goxel

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

GZDoom can't open .kvx file exported form Goxel #146

Closed axredneck closed 5 years ago

axredneck commented 5 years ago

How to reproduce:

Tested with Goxel 0.8.3

guillaumechereau commented 5 years ago

Thanks for the report. I just tested and it doesn't work indeed. I will try to fix that.

guillaumechereau commented 5 years ago

I just pushed a few changes for better KVX export. Not perfect yet, but I could make a small change to the armour model at least.

Do you know how to recompile goxel? If not I could send you a new executable for testing.

Screenshot from 2019-06-05 17-34-06 Screenshot from 2019-06-05 17-33-15

YarlBoro commented 5 years ago

Happy armour XD

I don't know about GZDoom, but latest changes sure improved KVX export for Build engine. Now it is possible to adjust offsets/pivots in Goxel. This is HUGE for animated objects, because with Goxel multiobject (layer) support, I can finally synchronise center point for multiple models (frames) with variable sizes...Great, thanks!

guillaumechereau commented 5 years ago

I think what I am going to do is set to the KVX pivot to the origin of the goxel image. That way we can somehow adjust it by moving the image.

axredneck commented 5 years ago

I will try to compile and test current git master. I'm on Arch Linux, and there is goxel-git pkgbuild in AUR but it's another software with the same name "Goxel".

axredneck commented 5 years ago

Compiled, tested, works OK. Thank You!