raylib-3D
raylib-3D copied to clipboard
An extension library for the amazing raylib library, that adds better support for 3D.
What's the status of skeletal animation? Working?
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...
mat3 normalMatrix = transpose(inverse(mat3(modelMatrix))); if normalMatrix was a uniform calculated once per frame(!) by the cpu, instead of each vertex, should probably speed things up