bgfx: Disable lowpass filter by default by setting it to its maximum value, since it does not account for actual monitor type. We can revisit this decision in the future if better monitor information is provided from the driver.

This commit is contained in:
Aaron Giles 2021-03-23 09:31:32 -07:00
parent a405de0435
commit 2ccc0a290a

View File

@ -50,7 +50,7 @@
{ "type": "float",
"name": "lowpass_cutoff",
"text": "Lowpass cutoff pixels/scanline",
"default": 200.0,
"default":1000.0,
"max" :1000.0,
"min" : 100.0,
"step" : 10.0,