MilchRatchet / Luminary

CUDA based Pathtracing Offline and Realtime Renderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Realtime Bloom

MilchRatchet opened this issue · comments

commented

Bloom is currently only available in Offline mode. The kernel needs to run on the GPU, be of high quality and take less than 0.5ms on 1920x1080.

commented

Implemented by 54dede9. However, kernel time is around 2ms at 1920x1080. This implementation is not used in Offline mode yet.