Fix filling triangles

This commit is contained in:
2024-07-28 23:09:16 +01:00
parent 98231b582b
commit dc09a45085
2 changed files with 14 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ int main(void) {
return TINY_EXIT_IMAGE_INIT_FAILED;
}
Model model = load_obj_file(arena, "resources/triangle.obj");
Model model = load_obj_file(arena, "resources/head.obj");
if (IS_NULL_MODEL(model)) {
return TINY_EXIT_MODEL_LOAD_FAILED;
}