IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

QArmature Class

Used to calculate skinning transform matrices and set them on shaders.

This class was introduced in Qt 5.10.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QArmature Class

  • Header: QArmature

  • Since: Qt 5.10

  • CMake:

    find_package(Qt6 REQUIRED COMPONENTS 3dcore)

    target_link_libraries(mytarget PRIVATE Qt6::3dcore)

  • qmake: QT += 3dcore

  • Inherited By:

  • Instantiated By: qml-qt3d-core-armature.xml

  • Inherits: Qt3DCore::QComponent

Detailed Description

The Armature component is aggregated by entities to give them the ability to calculate the palette of skinning transform matrices needed to properly render skinned meshes.

Each vertex in a skinned mesh is associated (bound) to up to 4 joints in a skeleton. For each joint affecting a vertex the mesh also provides a weight which determines the level of influence of the corresponding joint. The skinning palette used for performing the transformation of skinned vertices is provided by the Armature and is calculated from the joints contained in the referenced skeleton.

Updating the local transform of a joint results in the skinning matrices being recalculated and the skinned mesh vertices bound to that joint moving accordingly.

Property Documentation

 

skeleton : Qt3DCore::QAbstractSkeleton*

Holds the skeleton used to calculate the skinning transform matrix palette.

Access functions:

  • *skeleton() const

  • void setSkeleton( *skeleton)

Notifier signal:

  • void skeletonChanged( *skeleton)

Member Function Documentation

 

[explicit] QArmature::QArmature(Qt3DCore::QNode *parent = nullptr)

Constructs a new QArmature with parent.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+