MilchRatchet / Luminary

CUDA based Pathtracing Offline and Realtime Renderer
MIT License
30 stars 1 forks source link

Ocean caustics #97

Closed MilchRatchet closed 2 months ago

MilchRatchet commented 2 months ago

This adds caustics for the ocean. Only sun light is supported for this. This is done by brute force sampling connection points and amortizing cost through RIS.

Probably time to close my old one bounce caustics issue. Closes #74