I’m using both HDRP and the built-in renderer (in two different projects) and I created the exact same scene in both. I’m randomizing the orientation and position of the directional lights above the plane.
My problem is that in the HDRP scene, my light is bouncing off the plane creating a really unwanted white reflection, which is not the case in the built-in renderer (when using the same position and orientation)
here’s an example: screen_4048x3024_90_2020-07-18_23-21-13.png - Google Drive
I’m having from 1-3 directional lights, each with a lux value between [0, 1000] and exposure of 7.5.
I thought of using unlit shader but I need the shadows to be cast.
Thanks in advance