QChannel Class
class Qt3DAnimation::QChannelQAnimationClipDataアニメーションシステムは、各チャンネルコンポーネントを個別に補間します。ただし、QChannel の名前が「Rotation」(大文字と小文字が区別されます)で、4 つの 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.