I have been working on showcasing "animated 3D Models" on a webpage. These models come in the form of .obj, .mtl & .fbx files, some with textures and some without. I've managed to display .obj 3D Models on the webpage successfully (with texture and mtl file), but I'm facing difficulty in displaying .fbx 3D animated models with texture.
I've already searched extensively on Google, Stack Overflow, and Github (https://github.com/mrdoob/three.js/issues) but haven't found any solutions yet.
Here, I have two questions:
- Is it possible to showcase fbx 3D Models with texture using three.js?
- If it's possible, then how can I achieve this OR if not, what are the alternative methods available to render an fbx model with texture on a webpage?