facebookincubator / FBX2glTF

A command-line tool for the conversion of 3D model assets on the FBX file format to the glTF file format.
Other
2.09k stars 330 forks source link

Scale isn't converted properly #125

Open mikebourbeauart opened 6 years ago

mikebourbeauart commented 6 years ago

I have objects being scaled to (0,0,0) in order to hide them. They're totally unaffected by scale using your converter. However, scale correctly animates using sketchfab's FBX to glTF converter.

zellski commented 6 years ago

Thanks for the report! Is this a static scale somewhere to (0, 0, 0), or an animation on scale? I don't suppose you have an FBX file that demonstrates the issue?

mikebourbeauart commented 6 years ago

It's animated. Starts at (0,0,0) then I animate to turn on visibility. I can PM you a link to the FBX.

zellski commented 6 years ago

That'd be great. Email to par.winzell at alyx.com, or Twitter DM to Zellski?

yaroslavnikiforov commented 3 years ago

Any solutions for this issue? I have the same - scale animation doesn't work after converting fbx to gltf.

OverflowException commented 2 years ago

Exactly the same issue here. Any update please?