How to convert gltf format containing animation to j3o format?

When I use JME SDK, I want to convert the gltf format file containing animation into j3o format, but an error occurs during the conversion : “JME only supports linear interpolation for animations”.
Can anyone help me? How to convert gltf format containing animation to j3o format?

From my understanding, gltf’s use of interpolation != blender’s; the two use the same term to reference different aspects of animation. Actually, jme supports all 13 interpolation modes blender provides, it’s just that this other aspect gltf calls “interpolation” needs to be linear.

I sort of remember that there were other threads on the forum talking about how to fix this. I think.

Here are some

2 Likes