Skip to content

Commit dcc4c40

Browse files
mvaligurskyMartin Valigursky
andcommitted
Small change to the default level of blurLevel for the HDR Bloom (#7166)
Co-authored-by: Martin Valigursky <[email protected]>
1 parent e8bd6e8 commit dcc4c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/utils/camera-frame.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class Bloom {
167167
* @precision 0
168168
* @step 0
169169
*/
170-
blurLevel = 1;
170+
blurLevel = 16;
171171
}
172172

173173
/** @interface */

0 commit comments

Comments
 (0)