in this project (https://github.com/skywind3000/mini3d/blob/master/mini3d.c),when I try to change "model" and "view" matrix,I find the x axis pointing out of the screen,the y axis pointing left,and the z axis pointing up.
This is different from the left and right hand coordinate system.But I want to use left or right hand coordinate.How to fix it?