MorphTarget QML Type
A type providing morph targets to blend-shape animation. More...
Import Statement: | import Qt3D.Animation 2.7 |
Instantiates: | QMorphTarget |
Inherits: |
Properties
- attributeNames : list<string>
- attributes : list<Attribute>
Methods
- MorphTarget fromGeometry(geometry, stringList)
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
Holds a list of attribute names contained 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.
© 2024 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.