Qt3DAnimation Namespace

包含 Qt3DAnimation 模块中的类。更多

头文件: #include <Qt3DAnimation>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3danimation)
target_link_libraries(mytarget PRIVATE Qt6::3danimation)
qmake: QT += 3danimation
状态:已废弃

类别

详细说明

QAbstractAnimation

Qt3D 动画的抽象基类。更多

QAbstractAnimationClip

QAbstractAnimationClip 是提供关键帧动画数据类型的基类。更多

QAbstractClipAnimator

QAbstractClipAnimator 是提供动画播放功能的类型的基类。更多

QAbstractClipBlendNode

QAbstractClipBlendNode 是用于构建动画混合树的类型的基类。更多

QAdditiveClipBlend

根据加法因子对两个动画片段执行加法混合。更多

QAnimationAspect

Qt 3D 提供关键帧动画功能。更多

QAnimationCallback

代表动画回调对象。更多

QAnimationClip

指定关键帧动画数据。更多

QAnimationClipData

包含动画数据的类。更多

QAnimationClipLoader

可从文件加载关键帧动画数据。更多

QAnimationController

动画的控制器类。更多

QAnimationGroup

将动画分组的类。更多

QBlendedClipAnimator

QBlendedClipAnimator 是一个为混合节点树提供动画播放功能的组件。更多

QCallbackMapping

允许将剪辑中的通道映射到回调对象的调用上。更多

QChannel

QAnimationClipData 定义一个通道。动画系统会独立对每个通道组件进行插值,除非该 QChannel 被称为 "Rotation(旋转)"(区分大小写),它有四个 QChannelComponents(QChannelComponents),且每个 QChannelComponent(QChannelComponent)的关键帧数相同。在这种情况下,将使用 SLERP 进行插值。更多

QChannelMapper

允许将剪辑中的通道映射到应用程序中对象的属性上。更多

QChannelMapping

允许将剪辑中的通道映射到应用程序中对象的属性上。更多

QClipAnimator

QClipAnimator 是一个提供简单动画播放功能的组件。更多

QClipBlendValue

用于将剪辑包含在混合树中的类。更多

QKeyFrame

用于处理关键帧的基类。更多

QKeyframeAnimation

QTransform 上实现简单关键帧动画的类。更多...

QLerpClipBlend

根据归一化系数对两个动画片段执行线性插值。更多

QMorphTarget

为混合形状动画提供变形目标的类。更多

QMorphingAnimation

一个实现混合形状变形动画的类。更多

QVertexBlendAnimation

一个实现顶点混合变形动画的类。更多

© 2025 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.