xtk / X

The X Toolkit
http://www.goXTK.com
Other
795 stars 266 forks source link

Basic support for OBJ parser #104

Closed edwardsp closed 11 years ago

edwardsp commented 11 years ago

I've added the parser, test case and simple data file (single triangle). It is only very basic with support for just vertices and faces that are triangles. The normals are calculated as it is read in.

haehn commented 11 years ago

thanks so much, will check and merge over the weekend!!

haehn commented 11 years ago

also tried some files from http://people.sc.fsu.edu/~jburkardt/data/obj/obj.html and it looks good so far

thanks a lot