BloomEffect¶
类位于 InfEngine.renderstack
继承自: FullScreenEffect
描述¶
泛光效果。让亮处溢出光晕——梦幻感拉满。
description
属性¶
| 名称 | 类型 | 描述 |
|---|---|---|
| threshold | float |
亮度阈值。 (只读) |
| intensity | float |
泛光强度。 (只读) |
| scatter | float |
散射范围。 (只读) |
| clamp | float |
(只读) |
| tint_r | float |
(只读) |
| tint_g | float |
(只读) |
| tint_b | float |
(只读) |
| max_iterations | int |
(只读) |
properties
公共方法¶
| 方法 | 描述 |
|---|---|
get_shader_list() → List[str] |
|
setup_passes(graph: 'RenderGraph', bus: 'ResourceBus') → None |
Inject all bloom passes into the render graph. |
public_methods
示例¶
example
另请参阅¶
see_also