dwmkerr / sharpgl

Use OpenGL in .NET applications. SharpGL wraps all modern OpenGL features and offers a powerful scene graph to aid development.
MIT License
755 stars 299 forks source link

Fixed OBJ importer #113

Closed MaKiPL closed 5 years ago

MaKiPL commented 9 years ago

OBJ importer crashed when opening files. This fixes import.

MichelLaplane commented 5 years ago

Thanks Marcin @MaKiPL and Dave @dwmkerr.