DistortionSpiral QML Type
A spiral distortion effect. More...
Import Statement: | import QtQuick3D.Effects 1.15 |
Properties
- center : vector2d
- distortionStrength : real
- radius : real
Detailed Description
The DistortionSpiral effect creates a twirl-shaped distortion.
Property Documentation
The focus point of the distortion. Qt.vector2d(0.5, 0.5)
(i.e. the center of the scene) by default.