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

FBX to GLB / GLTF converted model does not convert different colors

ColPC opened this issue · comments

commented

I am converting Naviswork FBX files to GLB format to display with Three.js. I’m using the FBX2glTF (version 2 (Version 2.0 2016 - 2017 Oculus VR, LLC)) conversion tool.

The models are converted but different colors seem to get lost in the conversion with the converted model only having one color.

I attach the two models in the zip file:
Stair_wTextures.fbx (original model from Navisworks)
stair_wTextures_OUT.glb (converted model using the FBX2glTF tool)

stair_wTextures.zip

Also attach sample screen shots of what the models look like:
Stair_FBX.png (original model - this is what the converted one should look like)
Stair_Converted.jpg (converted model)

Original Model:
Stair_FBX

Converted Model:
Stair_converted

Would anyone be able to assist with advice regarding how to convert the model to include the original colors.

Link to question in discourse.threejs:
https://discourse.threejs.org/t/fbx-to-glb-gltf-converted-model-does-not-convert-different-colors/8237