A two-pass gaussian blur effect. 更多...
import 语句: | import QtQuick3D.Effects 6.5 |
使用 MultiEffect 代替。
警告: All pre-made standalone effects in QtQuick3D .Effects are considered deprecated starting with Qt 6.5. To perform blur, use Qt Quick's MultiEffect 在 View3D item (or a parent of it).
The GaussianBlur effect blurs all objects in the scene evenly. To keep the effect performant, a large blur amount will not produce a perfectly smooth blur, but rather a mosaic result.
amount : real |
The strength of the blur. Sensible values are in the range
[0...10]
。默认值为
2
.