raylib-3D icon indicating copy to clipboard operation
raylib-3D copied to clipboard

An extension library for the amazing raylib library, that adds better support for 3D.

Results 3 raylib-3D issues
Sort by recently updated
recently updated
newest added

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