MilchRatchet / Luminary

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

Supersampling and Undersampling #101

Closed MilchRatchet closed 1 month ago

MilchRatchet commented 1 month ago

Luminary now accumulates internally at double resolution which greatly improves image quality. Additionally, after changes it can now undersample which progressively increases up to full supersampling which allows for much lower latency when changing settings.