facebookincubator / FBX2glTF

A command-line tool for the conversion of 3D model assets on the FBX file format to the glTF file format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Texture does not get displayed while viewing the converted GLTF file

rohnitVizexperts opened this issue · comments

I am using fbx2gltf in my code, but when the file gets converted and I try to see it on any of the online GLTF viewers, the texture does not get displayed and I see only a white colored model. On the other hand when I converted the same FBX file on one of the online FBX to GLTF convertor(converted on https://products.aspose.app/3d/conversion/fbx-to-gltf ), the model showed the textures rightly(on the same GLTF online viewer used for the previous file).

I have provided a model.jpg file in both the zips. Also, I have provided the original FBX file in the fbx2gltf.zip file.
File Details:
fbx2gltf.zip: The zip obtained by converting the FBX files by fbx2gltf
fbx2gltf.zip

Online Converted From aspose.zip: The zip obtained by converting online on aspose
Online Converted From aspose.zip

I have attached the output of the both the models , from an online viewer, alongwith!
fbx2gltf

Online Converted

Please assist!