Parsing Wavefront OBJ files in C#
28
Apr
I have recently been doing significant work with processing 3D meshes and associated textures. Today I have extracted the Wavefront OBJ parser I’m using into a seperate library and posted the code for others to use. https://github.com/stefangordon/ObjParser If you are … Read More »