Skeleton QML Type
Contain model's skeleton information. More...
Import Statement: | import QtQuick3D 1.0 |
Inherits: |
Detailed Description
It's a simple container module including Joint hierarchy. Only id and internal Joint will be meaningful. Each joint can be transformed for a skeletal animation.
Skeleton { id: qmlskeleton Joint { id: joint_0 index: 0 skeletonRoot: qmlskelgon Joint { id: joint_1 index: 1 skeletonRoot: qmlskelgon } } }