Gamerfiend / raylib-3D

An extension library for the amazing raylib library, that adds better support for 3D.
MIT License
59 stars 3 forks source link

Does this extension allows for animated models? #6

Open alexandre-snr opened 3 years ago

alexandre-snr commented 3 years ago

Hi! Sorry to bother, I just wanted to know if this library was capable of loading models (fbx?) using Assimp, and playing animations ? I didn't find any examples about animations. Thank you in advance for you answer :)

Gamerfiend commented 3 years ago

Hey there~ Just seeing this; Unfortunately this doesn't support animations, I had a branch for a bit that did load animations into it but the way animations were structured in Raylib, it wasn't easy to translate