javagl / JglTF

Java libraries related to glTF
MIT License
202 stars 56 forks source link

For more input 3d format support #111

Open znkim opened 2 weeks ago

znkim commented 2 weeks ago

Hello,

First of all, thanks to you, I am using the Jgltf library very well. I would like to ask for one opinion.

I saw your jgltf-obj and jgltf-viewer-lwjgl projects.

I saw that you use lwjgl, and it seems to me that if you use the lwjgl-assimp library or something like that, you can convert many different 3D formats to gltf, not just obj, but collada, 3ds, fbx, etc.

I think this library could support converting these different formats to gltf and I was wondering what you think about such a feature.

Thank you.

javagl commented 2 weeks ago

The jgltf-viewer-* projects are not really up to date. They have been created for glTF 1.0, and not been fully updated for glTF 2.0. (I mean, the basic functionality should work, but many features are not supported - and there is no real PBR support to begin with).

Beyond that: Yes, sure, you can (probably) use lwjgl-assimp to convert many different 3D formats to glTF.

But I don't see in how far that is related to JglTF.