Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.42 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.42 KB

Results:

Blinn Phong Lighting:

Implemented a basic lighting using blinn phong model. Blinn Phong

Camera Settings:

Added an orbit camera with configuration exposed in the application through Dear imgui. Camera imgui

Physically Based Rendering(PBR):

RedCloseUp

Red

Textured_CloseUp

Textured_Textured

Generate Project Files

As the project uses CMake as the build system, just running the following command works:

cmake -G "Visual Studio 17 2022" -A "x64" -B "./build"

Windows

You may just want to run the generateProjectFiles.bat file.

Building The Project

  • Once the cmake is finished running, open the build/RendererPBR.sln.
  • Build the ALL-BUILD project from the CMakePredefinedConfigs folder.
  • Now set the startup project to be RendererPBR
  • You may run the project from within the Visual Studio.