Implemented a basic lighting using blinn phong model.
Added an orbit camera with configuration exposed in the application through Dear imgui.
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"
You may just want to run the generateProjectFiles.bat
file.
- Once the cmake is finished running, open the
build/RendererPBR.sln
. - Build the
ALL-BUILD
project from theCMakePredefinedConfigs
folder. - Now set the startup project to be
RendererPBR
- You may run the project from within the Visual Studio.