Reputation: 1426
I would like to build an .fbx viewer in HTML5, which would load *.fbx files (3D models) and will convert them on-the-fly to json and present them, using Three.js(+WebGL).
Is this possible? I only see Python scripts online that does it.
Upvotes: 1
Views: 4783
Reputation: 8857
Unfortunately you can at present only do a non-online conversion of FBX to three.js formats, rather than loading / importing FBX directly into a live scene.
Upvotes: 1