Skip to content

Final Project for the Computer Graphics class at UTD, Spring 2023

License

Notifications You must be signed in to change notification settings

vedangjavdekar/CS6366_Final_Project

Repository files navigation

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.

About

Final Project for the Computer Graphics class at UTD, Spring 2023

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published