Hey guys, I’m trying to convert my scene to an .fbx file. Currently I have a GLTFExporter set up but I need to get an .fbx as the result from the web app. Since threejs does not have an fbx exporter, I was thinking of converting the glb/gltf or the scene to an fbx using an external api, but l don’t know how to implement the same.
Can you please assist with an idea?