T2.3 Transform with GLM and connect to shader
Github code
GLM
GLM is the standard library for generating transformation matrix.
It is composed totally of header files so we only need to download it and copy it to the include directory.
Identity matrix
GLM APIs for translation, scale and rotation
The common GLM APIs for translation, scale and rotation are
Last updated