Model 3d and image TGA problem (cocos2dx-v3.10)

I have a trouble with tga image and model.

It looks well in blender, but after converted to c3t, c3b, This model looks so strange.

After I change c3t to use png file. It looks well.

Does someone know to solve this ?

Thank you very much.

I have solved this by convert with -f (Flip the V texture coordinates.):
fbx-conv.exe -f

:slight_smile: