google / google/filament

Custom Bloom Threshold Value

Open
#7,746 0 comments 0 reactions 1 assignee Claimed by @pixelflinger View on GitHub
low priority
Dominant language
C++
Stars
20.5k
Forks
2.3k
Avg merge
2d 16h
Merged PRs (30d)
74

Description

**Is your feature request related to a problem? Please describe.**
Currently, _threshold_ is just a boolean in the PostProcessing options (Options.h) - however, internally the material uses a float for thresholding anyways. However, currently there is no way to change the threshold for Bloom, which can be an issue when attempting to use the effect in a controllable manner.

**Describe the solution you'd like**
Replacing or adding an option to the bloom settings to set a custom threshold value.

**Describe alternatives you've considered**
Hardcoding a custom bloom threshold, but that's... more of a hack and not really necessary.

**OS and backend**
Not specific.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.