Vulkan Light Bakary
MSU Graphics Group Student's Diploma Project
Project Goal
The goal of the project is to implement and improve Activision's UberBake Light Baking System using Vulkan. You can find a detailed proposal of this project here: SIGGRAPH 2020 Paper.
Building the Project
-
Clone this repository with the
--recurse-submodules
flag. -
Build the project using the standard CMake building process.
git clone [email protected]:Reefufui/vulkan-light-bakary.git --recurse-submodules
cd vulkan-light-bakary
mkdir build
cd build
conan install ..
cmake ..
make -j 10