GraphicsProgramming / RVPT

Realtime Vulkan path tracer from scratch kind of thing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non-physical light sources

vchizhov opened this issue · comments

Light sources which can be used in rasterization can also be used in RT. It will be nice to have a correspondence between the rasterizer and the ray-tracer (at least in some rendering mode), the properties of those would need to be uploaded. For instance, those can be: point light, directional light, spot light.