wr_toolkit
wr_toolkit copied to clipboard
GLTF support
Hi! Any plans to support more modern model formats like GLTF for import-export in MTKit2? It's an open standard format which is currently supported by modelling software like Blender and 3ds max.
It looks like there's an Object Pascal library for it: https://github.com/BeRo1985/pasgltf I'm not sure how good it is though.
If anything, I'd say FBX is a modern widespread format that could be nice to add
Yeah, FBX is kind of an industry standard right now. The only issue is that it's proprietary, so it's a pain in the ass to implement in open-source. I haven't found any implementations in Delphi/Object Pascal.