forked from bevyengine/bevy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose max_mip_dimension and uv_offset in BloomSettings. (bevyengine#…
…14512) # Objective By default, Bevy's bloom effect shows square artifacts on small bright particles due to a low max mip resolution. This PR makes this configurable via BloomSettings so users can customize these parameters instead of having them in private module constants. ## Solution Expose max_mip_dimension and uv_offset in BloomSettings. ## Testing I tested these changes by running the Bloom 2D / 3D examples. --------- Co-authored-by: Alice Cecile <[email protected]>
- Loading branch information
1 parent
6183b56
commit 882973a
Showing
4 changed files
with
27 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters