No description
  • C++ 64.5%
  • GLSL 20.6%
  • CMake 10.1%
  • C 4.8%
Find a file
Karl-Étienne Bolduc b61fbe21ae
Update README.md
2026-02-13 23:47:25 -08:00
.vscode Upload Volumetric Path Tracer 2023-07-20 21:42:42 -04:00
_edit Upload Volumetric Path Tracer 2023-07-20 21:42:42 -04:00
_reference Upload Volumetric Path Tracer 2023-07-20 21:42:42 -04:00
_scenes Upload Volumetric Path Tracer 2023-07-20 21:42:42 -04:00
checkpoints Bulk update nvpro-samples 03/07/23 2023-03-07 11:38:33 -08:00
docs Fix link to any-hit chapter of vk_raytracing_tutorial_KHR; fixes Issue #19. 2023-06-12 18:33:12 -07:00
experiments Reorganise file internally to make it clearer which part is from my own contribution 2026-02-14 07:46:20 +00:00
reference Upload Volumetric Path Tracer 2023-07-20 21:42:42 -04:00
scenes Public release of new Vulkan path tracing tutorial. 2020-12-14 15:22:28 -08:00
vk_mini_path_tracer Updates TLAS code and fixes several typos. Resolves issue #13. 2022-01-10 18:52:05 -08:00
.gitignore Upload Volumetric Path Tracer 2023-07-20 21:42:42 -04:00
CMakeLists.txt Reorganise file internally to make it clearer which part is from my own contribution 2026-02-14 07:46:20 +00:00
CONTRIBUTING Bulk update nvpro-samples 10/11/21 2021-10-11 15:41:47 -07:00
LICENSE Bulk update nvpro-samples 05/17/21 2021-05-17 13:10:30 -07:00
README.md Update README.md 2026-02-13 23:47:25 -08:00
TODO.md Upload Volumetric Path Tracer 2023-07-20 21:42:42 -04:00

Vulkan Volumetric Path Tracer

More information on the project (here)[https://bolducke.github.io/projects/].

The spectral volumetric renderer implementation can be found under the folder "experiments".