This is a course project for a university computer graphics course showing skeletal animations working for a custom 3D model format. W: Move forward S: Move backward A: Move left D: Move right Mouse: ...
This project showcases an implementation of skeletal animation in OpenGL, using C++17. The implementation is quite rudimentary at the moment, as it only supports keyframe interpolation. It can ...