gdamoreira / google-ar-asset-converter

Sceneform SDK command to generate SFB files
83 stars 19 forks source link

Only one texture from fbx model #22

Closed ApzSK closed 4 years ago

ApzSK commented 4 years ago

When i try to convert model from fbx file it gets only one texture applied to .sfb FBX: image

.SFB: image

to convert i use command: ./sceneform_sdk/windows/converter -a -d --mat ./sceneform_sdk/default_materials/fbx_material.sfm --outdir ./output/ ./input/wheel.fbx

I see that .sfa file contain information about every material, but only one is applied to model. Thanks for help