christt105 / Elit3D

Tile map editor 3D with 3D terrains
https://christt105.itch.io/elit3d
BSD 2-Clause "Simplified" License
102 stars 8 forks source link

GLTF Exporter #48

Open echoless3484 opened 4 months ago

echoless3484 commented 4 months ago

Is your feature request related to a problem? Please describe. The engine i'm using supports GLTF files natively and allows me to do one singular click to create collision across the entire file, plus they embed all the textures.

Describe the solution you'd like I'd love to see the option to export the model in the GLTF format while embedding all textures.

Describe alternatives you've considered For now I think i'd keep making maps in Trenchbroom.

KoboldSoftware commented 4 months ago

Thanks for your feedback!

I'll add it to my TODO list:

christt105 commented 4 months ago

Thank you for testing Elit3D. As for me, I've been rewriting the project from scratch in Godot for a while now. I hope to have a stable version soon that contains the minimum to work well. The GLTF model import is already functional and now I'm working on the GLTF and OBJ export. Once this is finished and stable, I will update the repository with the new project.

Thanks for your time!