extract fovy and aspect for perpective matrix

This commit is contained in:
Recep Aslantas
2018-01-04 11:16:09 +03:00
parent 3e4f52b3af
commit 797c4581ee
5 changed files with 59 additions and 1 deletions

View File

@@ -11,6 +11,9 @@ main(int argc, const char * argv[]) {
const struct CMUnitTest tests[] = {
/* mat4 */
cmocka_unit_test(test_mat4),
/* camera */
cmocka_unit_test(test_camera_decomp)
};
return cmocka_run_group_tests(tests,