PointRotator3D QML Type

パーティクルをピボットポイントを中心に回転させます。詳細...

Import Statement: import QtQuick3D.Particles3D
Since: Qt 6.2
Inherits:

Affector3D

プロパティ

詳細説明

この要素はdirection に向かってpivotPoint を中心にパーティクルを回転させます。

プロパティの説明

direction : vector3d

このプロパティは回転の方向を定義します。値は自動的に単位ベクトルに正規化されます。

デフォルト値は(0.0, 1.0, 0.0) (y 座標の周り)です。


magnitude : real

このプロパティは、毎秒の度数で大きさを定義します。負の大きさは、direction と反対の方向に回転します。

デフォルト値は10.0 です。


pivotPoint : vector3d

このプロパティは回転のピボットポイントを定義します。粒子はこの点を中心に回転します。

デフォルト値は(0, 0, 0) (パーティクルシステムの中心)です。


© 2025 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.