working on the .OBJ parser

This commit is contained in:
tth
2021-05-18 17:14:00 +02:00
parent 02c13e0613
commit bcd64245d2
3 changed files with 83 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ if (2 != argc) {
exit(0);
}
verbosity = 1;
verbosity = 2;
foo = try_to_read_an_OBJ_file(argv[1], 0);
fprintf(stderr, "try to read -> %d\n", foo);