MorphTarget QML Type

A type providing morph targets to blend-shape animation. More...

Import Statement: import Qt3D.Animation 2.13
Since: Qt 5.9
Instantiates: QMorphTarget
Inherits:

QtObject

Properties

Methods

Detailed Description

A MorphTarget type is a convenience type, which provides a list of Attributes, which the MorphingAnimation uses to animate geometry. A MorphTarget can also be created based on existing Geometry.

Property Documentation

[read-only] attributeNames : list<string>

Holds a list of attribute names contained in the morph target.


attributes : list<Attribute>

Holds the list of attributes in the morph target.


Method Documentation

MorphTarget fromGeometry(geometry, stringList)

Returns a morph target based on the attributes defined by the given stringList from the given geometry.


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