Three.js: FBX exporter

Created on 6 Dec 2017  路  2Comments  路  Source: mrdoob/three.js

Hello,
I have seen that there is a fbx - three.js link but only in one way. Use a fbx to produce a three.js .
Is it possible to build a fbx exporter ? (it is a proposal)

Question

Most helpful comment

Currently you could use the GLTFExporter and then convert to FBX (perhaps via SketchFab).

All 2 comments

Currently you could use the GLTFExporter and then convert to FBX (perhaps via SketchFab).

GLTFExporter is probably a good place to start, or OBJExporter is easier to import and convert in other tools but doesn't support lights, animation, PBR, etc.

Some options for converting glTF to other formats are the unofficial Blender importer or aspose. We're working on more tools for that.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

filharvey picture filharvey  路  3Comments

scrubs picture scrubs  路  3Comments

boyravikumar picture boyravikumar  路  3Comments

Bandit picture Bandit  路  3Comments

yqrashawn picture yqrashawn  路  3Comments