zaxy78
zaxy78

Reputation: 1426

Can I convert FBX files to Three.js in runtime?

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

Answers (1)

Engineer
Engineer

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

Related Questions