Browse Source

[obj2c] print input/output file paths

rexim 2 years ago
parent
commit
964ccc8776
1 changed files with 2 additions and 0 deletions
  1. 2 0
      obj2c.c

+ 2 - 0
obj2c.c

@@ -235,6 +235,8 @@ int main(int argc, char **argv)
             }
         }
     }
+    printf("Input:    %s\n", obj_file_path);
+    printf("Output:   %s\n", out_file_path);
     printf("Vertices: %zu (x: %f..%f, y: %f..%f, z: %f..%f)\n", vertices.count, lx, hx, ly, hy, lz, hz);
     printf("Faces:    %zu (index: %d..%d)\n", faces.count, lf, hf);