mirror of
https://github.com/galacean/engine.git
synced 2026-05-16 08:30:03 +08:00
3.4 KiB
3.4 KiB
order, title
| order | title |
|---|---|
| 1 | Post Process Effects |
Bloom
- Down Scale: Controls the starting resolution that this effect begins processing, you can choose
Half,Quarter.
- Threshold: Filters out pixels under this level of brightness. Value is in gamma-space.
- Scatter: Set the radius of the bloom effect.
- Intensity: Strength of the bloom effect.
- Tint: The tint of the bloom effect.
- Dirt Texture: Dirtiness texture to add smudges or dust to the bloom effect.
- Dirt Intensity: The strength of the dirt texture.
Tonemapping
- Mode: Tone mapping algorithm. You can choose
NeutralandACES.Neturalmode is particularly suitable for situations where only range remapping is required with minimal impact on hue and saturation;ACESmode uses the ACES reference color space of movies, which can produce film-like contrast effects, but the performance consumption is large.