MorphTarget QML Type

一种为混合形状动画提供变形目标的类型。更多

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

QtObject

Status: Deprecated

属性

方法

详细描述

MorphTarget 类型是一种方便的类型,它提供了一个Attributes 的列表,MorphingAnimation 用来制作几何体的动画。MorphTarget 也可以根据现有的Geometry 创建。

属性文档

attributeNames : list<string> [read-only]

持有变形目标中包含的属性名称列表。


attributes : list<Attribute>

保存变形目标中的属性列表。


方法文档

MorphTarget fromGeometry(geometry, stringList)

根据给定stringList 所定义的属性,从给定的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.