MorphTarget QML Type

ブレンドシェイプアニメーションにモーフターゲットを提供する型。詳細...

Import Statement: import Qt3D.Animation 2.8
In C++: QMorphTarget
Inherits:

QtObject

Status: Deprecated

プロパティ

方法

詳細説明

MorphTarget タイプは、Attributes のリストを提供する便利なタイプで、MorphingAnimation がジオメトリをアニメートするために使用します。MorphTarget は、既存のGeometry に基づいて作成することもできます。

プロパティ ドキュメント

attributeNames : list<string> [read-only]

モーフターゲットに含まれるアトリビュート名のリストを保持します。


attributes : list<Attribute>

モーフターゲットに含まれるアトリビュートのリストを保持します。


メソッド Documentation

MorphTarget fromGeometry(geometry, stringList)

与えられたgeometry から、与えられたstringList で定義された属性に基づくモーフターゲットを返します。


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