objpar icon indicating copy to clipboard operation
objpar copied to clipboard

Single header Wavefront OBJ parser written in C.

Results 3 objpar issues
Sort by recently updated
recently updated
newest added

I didn't change anything, just ran it. It falls when parsing teapot :( Tested on three macs. It reads vertices of the teapot and at some point start reading zeros...

I ran into an issue where the face indices are incorrect for files with less than three face components. Specifically, it incorrectly to parsed this face format: `"f v1/vt1 v2/vt2...

Signed-off-by: Stephen M. Cameron