I'm a bit confused about the differences between these matrices. I don't know if I understood how them work.
The ModelView matrix is the combination of the Model and the View Matrix where the View matrix is the one that specifies features like location and orientation of my camera while the Model matrix is the one that specifies the position's frame of the primitives that I'm going to draw.
The projection matrix specifies other features of the camera like clip space , projection method and field of view.
Is that right ? Thanks