Qt3DAnimation Namespace▲
-
Header: Qt3DAnimation
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS 3danimation)
target_link_libraries(mytarget PRIVATE Qt6::3danimation)
-
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 QAnimationCallback▲
Represents an animation callback object.
class QAnimationClip▲
Specifies key frame animation data.
class QAnimationClipData▲
Class containing the animation data.
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 QCallbackMapping▲
Allows to map the channels within the clip onto an invocation of a callback object.
class QChannel▲
Defines a channel for a QAnimationClipData. The animation system interpolates each channel component independently except in the case the QChannel is called "Rotation" (case sensitive), it has four QChannelComponents and the same number of keyframes for each QChannelComponent. In that case the interpolation will be performed using SLERP.
class QChannelMapper▲
Allows to map the channels within the clip onto properties of objects in the application.
class QChannelMapping▲
Allows to map the channels within the clip onto properties of objects in the application.
class QClipAnimator▲
QClipAnimator is a component providing simple animation playback capabilities.
class QClipBlendValue▲
Class used for including a clip in a blend tree.
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.