Computer Graphics project done for completion of pratical course on Computer Graphics (4th semester)
- GLFW and GLM libraries used along with Assimp and stb_image
- Model is loaded using Assimp
- Graphics concepts to render the loaded objects
- Phong’s illumination model for realistic lighting
- UP, DOWN, LEFT, RIGHT keys for respective direction movement of camera
- Mouse control for angle of view
- Mouse scroll for zoom in and zoom out
- clone this git
- open in any IDE
- generate cmake file
- build the project