Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top