Qt3DAnimation Namespace▲
-
Header: Qt3DAnimation
-
qmake: QT += 3danimation
-
Group: Qt3DAnimation is part of qt3d-namespaces
Detailed Description▲
Classes▲
class QAbstractAnimation▲
An abstract base class for Qt3D animations.
class QAbstractAnimationClip▲
QAbstractAnimationClip is the base class for types providing key frame animation data.
class QAbstractClipAnimator▲
QAbstractClipAnimator is the base class for types providing animation playback capabilities.
class QAbstractClipBlendNode▲
QAbstractClipBlendNode is the base class for types used to construct animation blend trees.
class QAdditiveClipBlend▲
Performs an additive blend of two animation clips based on an additive factor.
class QAnimationAspect▲
Provides key-frame animation capabilities to Qt 3D.
class QAnimationClipLoader▲
Enables loading key frame animation data from a file.
class QAnimationController▲
A controller class for animations.
class QAnimationGroup▲
A class grouping animations together.
class QBlendedClipAnimator▲
QBlendedClipAnimator is a component providing animation playback capabilities of a tree of blend nodes.
class QClipAnimator▲
QClipAnimator is a component providing simple animation playback capabilities.
class QClipBlendNodeCreatedChangeBase▲
Base class for changes in QClipBlendNode.
class QKeyFrame▲
A base class for handling keyframes.
class QKeyframeAnimation▲
A class implementing simple keyframe animation to a QTransform.
class QLerpClipBlend▲
Performs a linear interpolation of two animation clips based on a normalized factor.
class QMorphTarget▲
A class providing morph targets to blend-shape animation.
class QMorphingAnimation▲
A class implementing blend-shape morphing animation.
class QVertexBlendAnimation▲
A class implementing vertex-blend morphing animation.
Type Documentation▲
Qt3DAnimation::QClipBlendNodeCreatedChangeBasePtr▲
A shared pointer for QClipBlendNodeCreatedChangeBase.