Qt3DAnimation::QChannel Class
class Qt3DAnimation::QChannel为QAnimationClipData 定义一个通道。动画系统会对每个通道组件进行独立插值,除非该 QChannel 被称为 "Rotation(旋转)"(区分大小写),它有四个 QChannelComponents(QChannelComponents),且每个 QChannelComponent(QChannelComponent)的关键帧数相同。在这种情况下,将使用 SLERP 进行插值。更多
头文件: | #include <QChannel> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3danimation) target_link_libraries(mytarget PRIVATE Qt6::3danimation) |
qmake: | QT += 3danimation |
状态: | 已废弃 |
© 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.