QAbstractSkeleton

PyQt5.Qt3DCore.QAbstractSkeleton

Inherits from QNode.

Inherited by QSkeleton, QSkeletonLoader.

Description

A skeleton contains the joints for a skinned mesh.

Do not use this class directly. You should use QSkeletonLoader if loading skeleton data from a file (most likely) or QSkeleton if creating the skeleton and skinned mesh data yourself (mainly for people creating editors or tooling).

Methods

jointCount() → int

TODO


sceneChangeEvent(QSceneChange)

TODO

Signals

jointCountChanged(int)

TODO