diff options
author | sanine <sanine.not@pm.me> | 2022-09-22 18:30:08 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-09-22 18:30:08 -0500 |
commit | dc6c3052e4df6eecd60ded1b913e7e6476eb9921 (patch) | |
tree | f4d25c457fe0cbd5d417bcd1beab894e65689adb /src/import/import.test.h | |
parent | db0bc36c52a223f96bf0b517ef1053ba6b6b16d9 (diff) |
add basic recursive aiNode push
Diffstat (limited to 'src/import/import.test.h')
-rw-r--r-- | src/import/import.test.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/import/import.test.h b/src/import/import.test.h new file mode 100644 index 0000000..5aafdb3 --- /dev/null +++ b/src/import/import.test.h @@ -0,0 +1,18 @@ +#ifndef HONEY_IMPORT_TEST_H +#define HONEY_IMPORT_TEST_H + +void test_push_vector(); +void test_push_face(); +void test_push_aistring(); + +/* mesh tests */ +void test_push_mesh(); +void test_push_mesh_faces(); +void test_push_mesh_normals(); +void test_push_mesh_tangents(); +void test_push_mesh_uvs(); + +/* node tests */ +void test_push_node(); + +#endif |