Hi.
I'm currently going through some OpenGL tutorials and from the tutorials it seems like all movement is handled in shaders. You prep the data in your language of choice, then send that data to shaders, and handle all the transforms on shaders. Am I right in this assumption or am I misunderstanding something?
Thanks for any clarifications.