Hi there,I found this problem was not solved on linux version.
I tried 5.3.2, 5.4 and 5.5 version.
Difference compressed method: zip, piz…
It works fine on windows, but on linux(kernel 5.4, ubuntu 22.04 official epic image)
when I use default 16bit, the world depth values from (0~65535)
max 65504.0 min 300.75 unique:194
data: [65504. 65504. 65504. ... 65504. 65504. 65504.]
max 65504.0 min 303.75 unique:251
data: [65504. 65504. 65504. ... 65504. 65504. 65504.]
max 65504.0 min 295.75 unique:321
data: [65504. 65504. 65504. ... 65504. 65504. 65504.]
and then enable 32-bit Post Process on defferred rendering:
data: [1. 1. 1. ... 1. 1. 1.]
data: [1. 1. 1. ... 1. 1. 1.]
max 1.0 min 0.0 unique:2
data: [1. 1. 1. ... 1. 1. 1.]
max 1.0 min 0.0 unique:2
max 1.0 min 0.0 unique:2
data: [1. 1. 1. ... 1. 1. 1.]
data: [1. 1. 1. ... 1. 1. 1.]