BloomEffect¶
类位于 Infernux.renderstack
继承自: FullScreenEffect
描述¶
泛光效果。让亮处溢出光晕——梦幻感拉满。
description
属性¶
| 名称 | 类型 | 描述 |
|---|---|---|
| name | str |
(只读) |
| injection_point | str |
(只读) |
| default_order | int |
(只读) |
| menu_path | str |
(只读) |
| 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 |
public_methods
示例¶
example
另请参阅¶
see_also