AbstractClipBlendNode QML Type

AbstractClipBlendNode は、アニメーションのブレンドツリーを構築するために使用される型の基本クラスです。詳細...

Import Statement: import Qt3D.Animation 2.8
In C++: QAbstractClipBlendNode
Status: Deprecated

詳細説明

アニメーションブレンドツリーは、アニメーションクリップのセットを動的にブレンドするために、BlendedClipAnimator 。アニメーションクリップのブレンドの実行方法は、ブレンドツリーの構造と、ブレンドツリーに含まれるノードのプロパティによって制御されます。

ブレンドツリーのリーフノードは、入力アニメーションクリップのコンテナです。これらのクリップは、AnimationClipLoaderを使ってファイルから読み込んだベイクされたクリップであったり、AnimatitonClipやAnimationClipDataを使ってアプリケーション内で作成したクリップであったりします。クリップをブレンドツリーに含めるには、ClipBlendValue ノードでラップします。

ブレンドツリーの内部ノードは、入力クリップや他のブレンドツリーノードのサブツリー全体を保持する引数に適用されるブレンド操作を表します。

現在、Qt 3D Animation モジュールでは、以下のブレンドツリーノードタイプを提供しています:

他のブレンド操作を表すノードタイプは、将来追加される予定です。

BlendedClipAnimatorも参照してください

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