From 8108a5d585360e6107f9322b8234a64787f132f9 Mon Sep 17 00:00:00 2001 From: Till Affeldt Date: Fri, 27 Sep 2024 00:39:17 +0200 Subject: [PATCH] Update Readme to include new features --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62b2324..d630d4c 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,17 @@ Each property of the lighting definition will be aggregated with the respective Properties will be aggregated in different ways. Here is the full list: -- `saturation` will be __multiplied__ -- `shadows` - - `intensity` will be __multiplied__ - `exposure` - `luminance_min` will be __added__ - `luminance_max` will be __added__ - `speed_dark_bright` will be __multiplied__ - `speed_bright_dark` will be __multiplied__ - `center_weight_power` will be __multiplied__ +- `saturation` will be __multiplied__ +- `shadows` + - `intensity` will be __multiplied__ +- `tint` values will be __maxed__ +- `volumetric_light` will be __maxed__ ### Example