jMonkeyEngine / sdk

The jMonkeyEngine3 Software Development Kit based on Netbeans
BSD 3-Clause "New" or "Revised" License
312 stars 100 forks source link

Add FBX loader #584

Closed tonihele closed 2 months ago

tonihele commented 2 months ago

Add FBX loader. We lost this with Blender. But actually jME has a FBX loader. Why not use it. Then at least we have some sort of support for it.

tonihele commented 2 months ago

Note that loading apparently something with bones(?) causes NPE if converted to j3o. Directly loading the model works.

Related: https://github.com/jMonkeyEngine/jmonkeyengine/issues/2226