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 question here:
- Is it possible to display fbx 3D Models with texture via three.js?
- 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?
Please help me (Thanks in advance)