1
0
Fork 0
fgdata/Effects/HDR/bloom-downsample-first.eff
Fernando García Liñán f53a170539 HDR: Better bloom effect
We also now pre-expose our lighting before writing to the HDR buffers.
This solves some precision issues and prevents the Sun from producing
infinite values.
2023-04-13 00:30:02 +02:00

8 lines
277 B
XML

<?xml version="1.0" encoding="utf-8"?>
<PropertyList>
<name>Effects/HDR/bloom-downsample-first</name>
<inherits-from>Effects/HDR/bloom-downsample</inherits-from>
<parameters>
<is-first-downsample type="bool">true</is-first-downsample>
</parameters>
</PropertyList>