MorphTarget QML Type

Ein Typ, der Morph-Ziele für die Blend-Shape-Animation bereitstellt. Mehr...

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

QtObject

Status: Deprecated

Eigenschaften

Methoden

Detaillierte Beschreibung

Ein MorphTarget-Typ ist ein Bequemlichkeitstyp, der eine Liste von Attributes bereitstellt, die MorphingAnimation verwendet, um Geometrie zu animieren. Ein MorphTarget kann auch auf der Grundlage eines bestehenden Geometry erstellt werden.

Eigenschaft Dokumentation

attributeNames : list<string> [read-only]

Enthält eine Liste von Attributnamen, die im MorphTarget enthalten sind.


attributes : list<Attribute>

Enthält die Liste der Attribute im Morph-Target.


Methode Dokumentation

MorphTarget fromGeometry(geometry, stringList)

Liefert ein MorphTarget basierend auf den Attributen, die durch das angegebene stringList definiert sind, aus dem angegebenen geometry.


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