Hello
Does Babylonjs support fbx format? I haven’t seen any example or article about it. Can you help me?
Hey.
No, it’s not supported. I usually create server that will process the fbx file and convert it to glb which could be loaded in the scene. I use this package to achieve that.
I am not sure if there is any alternative to this.
2 Likes
Thank you for your answer. Why we convert fbx file? Babylonjs doesn’t support import for fbx file?
That’s correct.
Thanks:).
1 Like
Here is the explanation why FBX is not supported - Why is FBX unsupported in Babylon.js?
1 Like
Thanks. Yes you are right. I found that the most logical way would be to convert the format to GLB with tools like Blender.