Advertisement

Vulkan ray tracing shadows flaw

Started by April 14, 2023 12:54 AM
13 comments, last by taby 1 year, 8 months ago

In another code ‘raytracingreflections’, there is a sky in the miss shader:

https://github.com/SaschaWillems/Vulkan/blob/master/data/shaders/glsl/raytracingreflections/miss.rmiss

I altered the sky in the miss shader, and fixed the shadows in the reflection code:

Advertisement

A reddit group, where I got half of the solution:

https://www.reddit.com/r/vulkan/comments/12jrlcl/sascha_willems_default_shadow_code_using/

The full code is at:

https://github.com/sjhalayka/sw_partial_reflectivity

This topic is closed to new replies.

Advertisement