Implement a parser for .obj models and a renderer that utilizes the Gouraud shading model.
A java application with the inclusion of the lwjgl 3 library
- Include lwjgl 3 in your project
- Set Main.java as main class
This project was made with the help of the book 3D Game Development with LWJGL 3