Rizban Ahmad
Rizban Ahmad

Reputation: 139

Render an animated fbx model with texture in three.js

I am working to display "animated 3D Models" on webpage. These models are in form of .obj, .mtl & .fbx files with texture and without texture. I successfully displayed .obj 3D Models on webpage (with texture , with mtl file), but i am unable to display .fbx 3D animated models with texture.

I already searched for this topic on Google, SO and also on Github (https://github.com/mrdoob/three.js/issues) but not found any solution.

I want to ask 2 questions here:

  1. Is it possible to display fbx 3D Models with texture via three.js?
  2. If it is possible then how i can do this OR if it is not then what other alternative can i use to render fbx model having texture to webpage?

Upvotes: 0

Views: 1964

Answers (1)

Rizban Ahmad
Rizban Ahmad

Reputation: 139

After spending lots of time i have understood that you can not use .fbx model file directly with three.js (till r82). Alternatively you can convert .fbx file to .json (using three.js maya exporter )or .js (using blender). So i am moving with .json file format. Thanks for your suggestion @mlkn

Upvotes: 0

Related Questions