had to check for the project, switched machines in the meantime and didnt run it in ages. but regarding that rimlight. this is a 1 bit mask of the custom stencil buffer set to 12 (could be any number really, dont even ask why 12, dunno anymore :D ) here is the custom stencil mask applied per object (so it doesnt apply to…
Ok so there are a couple of things: - Ray tracing in realtime uses heavy denoising on some passes, because otherwise it would require hundreds of samples which would cause 1 fps or less instantly. Global illumination is the most critical one here. Cast shadows only needs a lot of samples when the penumbra is large, and…