| 12345678910111213141516171819 |
- <renderpath>
- <rendertarget name="blurv" tag="Bloom" sizedivisor="4 4" format="rgb" filter="true" />
- <rendertarget name="blurh" tag="Bloom" sizedivisor="4 4" format="rgb" filter="true" />
- <command type="quad" tag="Bloom" vs="Bloom" ps="Bloom" psdefines="BRIGHT" output="blurv">
- <parameter name="BloomThreshold" value="0.3" />
- <texture unit="diffuse" name="viewport" />
- </command>
- <command type="quad" tag="Bloom" vs="Bloom" ps="Bloom" psdefines="BLURH" output="blurh">
- <texture unit="diffuse" name="blurv" />
- </command>
- <command type="quad" tag="Bloom" vs="Bloom" ps="Bloom" psdefines="BLURV" output="blurv">
- <texture unit="diffuse" name="blurh" />
- </command>
- <command type="quad" tag="Bloom" vs="Bloom" ps="Bloom" psdefines="COMBINE" output="viewport">
- <parameter name="BloomMix" value="0.9 0.4" />
- <texture unit="diffuse" name="viewport" />
- <texture unit="normal" name="blurv" />
- </command>
- </renderpath>
|