PointRotator3D QML Type
Rotates particles around a pivot point. More...
Import Statement: | import QtQuick3D.Particles3D |
Since: | Qt 6.2 |
Inherits: |
Properties
- direction : vector3d
- magnitude : real
- pivotPoint : vector3d
Detailed Description
This element rotates particles around a pivotPoint towards the direction.
Property Documentation
direction : vector3d |
This property defines the direction for the rotation. Values will be automatically normalized to a unit vector.
The default value is (0.0, 1.0, 0.0)
(around the y-coordinate).
magnitude : real |
This property defines the magnitude in degrees per second. Negative magnitude rotates to the opposite way from the direction.
The default value is 10.0
.
pivotPoint : vector3d |
This property defines the pivot point for the rotation. Particles are rotated around this point.
The default value is (0, 0, 0)
(the center of particle system).
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.