dwmkerr / sharpgl

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

Fix bug where the UV values are incorrect on some obj files. #172

Closed AraHaan closed 4 years ago

AraHaan commented 4 years ago

Also added emission loading from material files as not all models use the default emission settings. Now Rendering models should be a bit more precise.

dwmkerr commented 4 years ago

Great, thanks for this!