A ripple distortion effect. 更多...
import 语句: | import QtQuick3D.Effects 1.15 |
The DistortionRipple effect adds circular ripples, moving away from the center of the effect.
center : vector2d |
The focus point of the distortion.
Qt.vector2d(0.5, 0.5)
(i.e. the center of the scene) by default.
distortionHeight : real |
The distortion amount. Sensible values are in the range
[0...100]
.
10
在默认情况下。
distortionPhase : real |
The offset of each wave. Animate this property to see the waves move. Sensible values are in the range
[0...360]
.
0
在默认情况下。
distortionWidth : real |
The width of a ripple. Sensible values are in the range
[2...100]
.
10
在默认情况下。
radius : real |
The spread between ripples. Sensible values are in the range
[0...100]
.
100
在默认情况下。