tetterl

Results 2 issues of tetterl

I'm testing `main.py`. It seems that the function `write_obj_with_colors` contains a bug. In particular the line: ``` s = 'v {:.4f} {:.4f} {:.4f} {} {} {}\n'.format(vertices[1, i], vertices[0, i], vertices[2,...

- Orientation of coordinate system was lhs for image coord system while it was rhs in the world coordinate system. - `write_obj_with_colors` swapped the x and y coordinates - with...