Animation system in OpenGL doesn’t change model’s pose and deform the object instead
I’m trying to make a basic animation system with OpenGL and C++.
Matrices not being passed to vertex shader
I’m learning OpenGL, and am having trouble passing uniform matrices to a vertex shader. I was loosely following the https://learnopengl.com/ tutorial.