Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 369 Bytes

File metadata and controls

9 lines (5 loc) · 369 Bytes

OPENGL SKELETAL ANIMATION WITH ASSIMP

this is a demo project that shows how to do skeletal or skin animation using assimp, glm, and opengl. Feel free to use this code if needed.

NOTES

  • I have used stb_image.h library to load texture image
  • This demo assumes that the model has only one mesh and texture. But for more meshes the process is almost same.