A two-pass gaussian blur effect. 更多...
import 语句: | import QtQuick3D.Effects 1.15 |
The GaussianBlur effect is simple to use and understand. It blurs all objects in the scene evenly. To keep the effect performant, large blur amount produces a mosaic result instead of smooth blurriness.
amount : real |
The strength of the blur. Sensible values are in the range
[0...10]
.
2
在默认情况下。