summaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
author ImJezze <jezze@gmx.net>2016-03-13 17:11:08 +0100
committer ImJezze <jezze@gmx.net>2016-03-13 17:11:08 +0100
commitc2d4e3c018051e9a850e9da80431a0ec1c0ca5a8 (patch)
treed66d4433626e4213828b703c91452507ad387618 /docs
parentb1a392a45ff0dc6876622d00962aef9270ca5e81 (diff)
Cleanup (nw)
- options are reset to loaded preset when game is closed - changed default values of options to result in no effects activated - init_slider_list() does not returns but sets g_slider_list directly - removed unnecessary oriented_vector_texcoords
Diffstat (limited to 'docs')
-rw-r--r--docs/hlsl.txt26
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/hlsl.txt b/docs/hlsl.txt
index 93fd8ca1ac4..a679748e233 100644
--- a/docs/hlsl.txt
+++ b/docs/hlsl.txt
@@ -102,17 +102,17 @@ vector_length_ratio 500.0 Vector fade length (4.0 - vectors fade t
Bloom Post-Processing Options
-----------------------------
Name Default Values Description
-bloom_blend_mode 0 or 1 0 for addition blend mode or 1 for darken blend mode.
-bloom_scale 0.500 Bloom intensity factor. (0.000-2.000)
-bloom_overdrive 0.00,0.00,0.00 Bloom overdrive factor to bright full saturated colors. (0.000-2.000)
+bloom_blend_mode 0 or 1 0 for brighten blend mode or 1 for darken blend mode.
+bloom_scale 0.0 Bloom intensity factor. (0.000-2.000)
+bloom_overdrive 0.0,0.0,0.0 Bloom overdrive factor to bright full saturated colors. (0.000-2.000)
bloom_lvl0_weight 1.00 Bloom level 0 (full-size target) weight. (0.00-1.00)
-bloom_lvl1_weight 0.21 Bloom level 1 (half-size target) weight. (0.00-1.00)
-bloom_lvl2_weight 0.19 Bloom level 2 (quarter-size target) weight. (0.00-1.00)
-bloom_lvl3_weight 0.17 Bloom level 3 (.) weight. (0.00-1.00)
-bloom_lvl4_weight 0.14 Bloom level 4 (.) weight. (0.00-1.00)
-bloom_lvl5_weight 0.14 Bloom level 5 (.) weight. (0.00-1.00)
-bloom_lvl6_weight 0.13 Bloom level 6 (.) weight. (0.00-1.00)
-bloom_lvl7_weight 0.12 Bloom level 7 (.) weight. (0.00-1.00)
-bloom_lvl8_weight 0.11 Bloom level 8 (.) weight. (0.00-1.00)
-bloom_lvl9_weight 0.10 Bloom level 9 (.) weight. (0.00-1.00)
-bloom_lvl10_weight 0.09 Bloom level 10 (1x1 target) weight. (0.00-1.00)
+bloom_lvl1_weight 0.64 Bloom level 1 (1/2-size target) weight. (0.00-1.00)
+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_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)