Reflection Probes not picking RTGI?

I want to know if this is intended behavior. Basically, while playing with raytraced effects, i noticed that Reflection Probes won’t pick on RTGI, so reflections end up looking like trash. There IS a “Raytracing” bool on the custom frame settings (i enabled SSGI aswell) but still, not working.

Tried using planar reflections and those DO render RTGI. So this is probably a bug, right?

image

Same settings for both objects

Hey, eventhough it might be confusing, it’s intended behavior. (as you can see in the documentation).

The reason behind this is that reflection probe share the camera to render its 6 faces and because of that cannot use temporal accumulation. Without temporal accumulation, those effects will look very bad.

Since planar render “only one face”, we allow it in that kind of reflection.

Btw, this limitation is true for multiple effect (SSAO, SSGI, Volumetric Fog reprojection, all raytraced effects and SSR as well)

1 Like