QAbstractClipBlendNode Class
(Qt3DAnimation::QAbstractClipBlendNode)QAbstractClipBlendNode is the base class for types used to construct animation blend trees. More...
Header: | #include <QAbstractClipBlendNode> |
qmake: | QT += 3danimation |
Since: | Qt 5.9 |
Instantiated By: | AbstractClipBlendNode |
Inherits: | Qt3DCore::QNode |
Inherited By: | Qt3DAnimation::QAdditiveClipBlend, Qt3DAnimation::QClipBlendValue, and Qt3DAnimation::QLerpClipBlend |
Public Functions
virtual | ~QAbstractClipBlendNode() |
- 13 public functions inherited from Qt3DCore::QNode
- 31 public functions inherited from QObject
Static Public Members
const QMetaObject | staticMetaObject |
- 9 static public members inherited from QObject
Additional Inherited Members
- 3 properties inherited from Qt3DCore::QNode
- 1 property inherited from QObject
- 3 public slots inherited from Qt3DCore::QNode
- 1 public slot inherited from QObject
- 4 signals inherited from Qt3DCore::QNode
- 2 signals inherited from QObject
- 2 protected functions inherited from Qt3DCore::QNode
- 9 protected functions inherited from QObject
Detailed Description
QAbstractClipBlendNode is the base class for types used to construct animation blend trees.
Animation blend trees are used with a QBlendedClipAnimator to dynamically blend a set of animation clips together. The way in which the blending of animation clips is performed is controlled by the structure of the blend tree and the properties on the nodes it contains.
The leaf nodes in a blend tree are containers for the input animation clips. These clips can be baked clips read from file via QAnimationClipLoader, or they can be clips that you build within your application with QAnimatitonClip and QAnimationClipData. To include a clip in your blend tree, wrap it in a QClipBlendValue node.
The interior nodes of a blend tree represent blending operations that will be applied to their arguments which hold the input clips or even entire sub-trees of other blend tree nodes.
At present, the Qt 3D Animation module provides the following blend tree node types:
Additional node types representing other blending operations will be added in the future.
See also QBlendedClipAnimator.
© 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.