maybe we can read eges ?

This commit is contained in:
tTh
2023-03-28 14:50:40 +02:00
parent 329223d195
commit d1a5a5b5c9
7 changed files with 100 additions and 41 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], "bubulles.asc", 0);
fprintf(stderr, "try to read '%s' -> %d\n", argv [1], foo);