Skeleton QML Type

スケルタルアニメーション階層を定義します。詳細...

Import Statement: import QtQuick3D
Inherits:

Node

詳細説明

スケルトンは、スケルタル アニメーションを使ってモデルをどのようにアニメーションさせるかを定義します。Joint ノードの階層が含まれます。各ジョイントは、スキニング アニメーション用に変形できます。

Skeleton {
    id: qmlskeleton
    Joint {
        id: joint0
        index: 0
        skeletonRoot: qmlskeleton
        Joint {
            id: joint1
            index: 1
            skeletonRoot: qmlskeleton
        }
    }
}

Joint::skeletonRootModel::skeletonQt Quick 3D - Simple Skinning Example#skeleton-and-joint-hierarchyも参照してください

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