En esta página

MorphTarget QML Type

Un tipo que proporciona objetivos morph para la animación de formas mezcladas. Más...

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

QtObject

Status: Deprecated

Propiedades

Métodos

Descripción detallada

Un tipo MorphTarget es un tipo de conveniencia, que proporciona una lista de Attributes, que el MorphingAnimation utiliza para animar la geometría. Un MorphTarget también puede crearse a partir de un Geometry existente.

Documentación de propiedades

attributeNames : list<string> [read-only]

Contiene una lista de nombres de atributos contenidos en el objetivo morph.

attributes : list<Attribute>

Contiene la lista de atributos del objetivo morph.

Documentación del método

MorphTarget fromGeometry(geometry, stringList)

Devuelve un objetivo morph basado en los atributos definidos por el stringList dado desde el geometry dado .

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