cocos2d / cocos2d-x

Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x & 2.x.
https://www.cocos.com/en/cocos2d-x
18.24k stars 7.06k forks source link

Fbx-conv.exe fails simple tests #9395

Open jonyrock opened 9 years ago

jonyrock commented 9 years ago

Hi. There are a simple .fbx file and another . Both of them are failed (application stops) in fbx-conv.exe but works fine in https://github.com/libgdx/fbx-conv .

original discussion

also conversion log

minggo commented 9 years ago

@super626 Could you please take a look?

super626 commented 9 years ago

@jonyrock thanks. I will fix this. It dues to the different order of multiplication of translation, scale and rotation. A quickly solution for this is that import it into 3DS MAX and then export it to FBX again.