MotionBlur QML Type

モーションブラー効果。詳細...

Import Statement: import QtQuick3D.Effects 6.8
Status: Deprecated since 6.5

この型はQtQuick3D.Effects 6.5から非推奨となりました。新しいコードでは使用しないことを強くお勧めします。

プロパティ

詳細説明

代わりに、ExtendedSceneEnvironmentMultiEffect 、またはEffect タイプを介したユーザー定義エフェクトを使用する。

警告 QtQuick3D.Effects に含まれるすべての既成のスタンドアロンエフェクトは、Qt 6.5 から非推奨となります。アプリケーションは、ExtendedSceneEnvironment またはMultiEffect を代わりに使用するか、Effect タイプを使用して独自のカスタム後処理エフェクトを提供することをお勧めします。

MotionBlurエフェクトは、シーン内の高速で移動するオブジェクトの後を引く縞を作成します。

注意: MotionBlur が動作するには、background modeSceneEnvironment.Transparent である必要があります。

プロパティの説明

blurQuality : real

軌跡を作成するために使用されるぼかしの品質。品質を上げるとパフォーマンスに影響します。設定範囲は[0...1] です。デフォルト値は0.25 です。


fadeAmount : real

軌跡が消える速さ。[0...1] 0 はオブジェ ク ト の軌跡が無期限に持続す る こ と を意味 し 、1 はオブジェ ク ト の軌跡がただちに消え去る こ と を意味します。デフォルト値は0.25 です。


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