summaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
author ImJezze <jezze@gmx.net>2016-03-28 20:19:01 +0200
committer ImJezze <jezze@gmx.net>2016-03-28 20:19:01 +0200
commitfe9dfdbf991ead01d9ff63042532cc82440de7a5 (patch)
tree89a842c4573bf96a17965100daf5537b8cc9d073 /docs
parent839718373d2269d7f0e258d170595cd5c3740195 (diff)
Refactored Bloom
- reduced raster bloom level to 8 - extended vector bloom level to 15 - changed vector bloom to be less blocky - removed bloom_lvl9_weight and bloom_lvl10_weight options
Diffstat (limited to 'docs')
-rw-r--r--docs/hlsl.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/hlsl.txt b/docs/hlsl.txt
index cbc2ecd6871..511ce4f1c9d 100644
--- a/docs/hlsl.txt
+++ b/docs/hlsl.txt
@@ -111,9 +111,7 @@ bloom_lvl1_weight 0.64 Bloom level 1 (1/2-size target) weight.
bloom_lvl2_weight 0.32 Bloom level 2 (1/4-size target) weight. (0.00-1.00)
bloom_lvl3_weight 0.16 Bloom level 3 (1/8-size target) weight. (0.00-1.00)
bloom_lvl4_weight 0.08 Bloom level 4 (1/16-size target) weight. (0.00-1.00)
-bloom_lvl5_weight 0.04 Bloom level 5 (1/32-size target) weight. (0.00-1.00)
+bloom_lvl5_weight 0.06 Bloom level 5 (1/32-size target) weight. (0.00-1.00)
bloom_lvl6_weight 0.04 Bloom level 6 (1/64-size target) weight. (0.00-1.00)
bloom_lvl7_weight 0.02 Bloom level 7 (1/128-size target) weight. (0.00-1.00)
-bloom_lvl8_weight 0.02 Bloom level 8 (1/256-size target) weight. (0.00-1.00)
-bloom_lvl9_weight 0.01 Bloom level 9 (1/512-size target) weight. (0.00-1.00)
-bloom_lvl10_weight 0.01 Bloom level 10 (1/1024-size target) weight. (0.00-1.00)
+bloom_lvl8_weight 0.01 Bloom level 8 (1/256-size target) weight. (0.00-1.00)