local coord -> global coord
by applying the object’s matrix to the vertice coord
global coord -> camera coord
in two steps.
First, substract the translation included in the camera matrix from the global coord.
Second, multiply by the inverse of the rotation matrix.