Home | History | Annotate | Download | only in demos

Lines Matching full:projection_matrix

404     mat4x4 projection_matrix;
657 mat4x4_mul(VP, demo->projection_matrix, demo->view_matrix);
1285 mat4x4_mul(VP, demo->projection_matrix, demo->view_matrix);
2711 mat4x4_perspective(demo->projection_matrix, (float)degreesToRadians(45.0f),