kovacsv / assimpjs

The emscripten interface for the assimp library that allows you to import 40+ 3D file formats in the browser.
MIT License
117 stars 18 forks source link

How to get the type of animation interpolation? #6

Open Wicked-Prick opened 1 year ago

Wicked-Prick commented 1 year ago

Good afternoon. I want to test this example with https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/InterpolationTest different type of actions. Right now, when exiting assimp, I can't get information about the type of interpolation that should be used for each specific action.

kovacsv commented 1 year ago

Hey, assimpjs is just an interface for assimp, I think this question is better to asked there.