Files
filament/android
Pixelflinger 14532a2e69 several fog fixes
- inScatteringSize actually cannot be set to zero because it produces
  a 0^0 in the shader. So with this change, in-scattering must be
  strictly > 0 to enable.

- inScatteringSize on the java side had an incorrect default value of
  zero (which of course, now doesn't matter anymore).

- also clamp the fog altitude to 1mm which simplifies the shader quite
  a bit for the same result.

Fixes #3069
2020-09-16 00:18:49 -07:00
..
2020-05-28 14:05:20 -07:00
2020-08-05 17:27:12 -07:00
2020-09-16 00:18:49 -07:00
2020-01-08 17:59:49 -08:00
2020-08-12 15:21:39 -07:00
2020-09-14 11:07:22 -07:00