PointRotator3D QML Type

Rotates particles around a pivot point. 更多...

导入语句: import QtQuick3D.Particles3D
Since: Qt 6.2
继承: Affector3D

特性

详细描述

This element rotates particles around a pivotPoint towards the direction .

特性文档编制

direction : vector3d

This property defines the direction for the rotation. Values will be automatically normalized to a unit vector.

默认值为 (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 .

默认值为 10.0 .

pivotPoint : vector3d

This property defines the pivot point for the rotation. Particles are rotated around this point.

默认值为 (0, 0, 0) (the center of particle system).