Model Matrix: Rotations
· One min read

Following up on my article on Model Matrices, I've written about matrix composition in the context of Model and Rotation matrices.
The article covers the difference between rotating around an object's own center (local space) versus rotating around a point in world space. It explains why matrix multiplication order matters, how to pre-calculate transformations for better performance, and how glm and Unity handle rotations.