QMorphTarget Class
class Qt3DAnimation::QMorphTargetA class providing morph targets to blend-shape animation. More...
| Header: | #include <QMorphTarget> |
| qmake: | QT += 3danimation |
| Since: | Qt 5.9 |
| Instantiated By: | MorphTarget |
| Inherits: | QObject |
This class was introduced in Qt 5.9.
Properties
- attributeNames : const QStringList
Public Functions
| QStringList | attributeNames() const |
Signals
| void | attributeNamesChanged(const QStringList &attributeNames) |
Detailed Description
A Qt3DAnimation::QMorphTarget class is a convenience class, which provides a list of QAttributes, which the QMorphingAnimation uses to animate geometry. A QMorphTarget can also be created based on existing Qt3DRender::QGeometry.
Property Documentation
attributeNames : const QStringList
Holds a list of attribute names contained in the morph target.
Access functions:
| QStringList | attributeNames() const |
Notifier signal:
| void | attributeNamesChanged(const QStringList &attributeNames) |