XrHandModel QML Type

Stellt ein 3D-Modell für eine Hand dar. Mehr...

Import Statement: import QtQuick3D.Xr
Since: Qt 6.8
Inherits:

Model

Status: Technical Preview

Eigenschaften

  • hand : enumeration

Detaillierte Beschreibung

Enthält ein animiertes 3D-Modell, das die Hände des Benutzers verfolgt

XrHandModel ist nur sichtbar, wenn die Handverfolgung aktiv ist.

Hinweis: XrHandModel hängt von den Handverfolgungsdaten des zugrunde liegenden Systems ab und ist daher nicht auf allen Plattformen verfügbar. Insbesondere das Apple Vision Pro überlagert das Video der Benutzerhände direkt, und das XrHandModel hat keinen Inhalt.

Eigenschaft Dokumentation

hand : enumeration [default: XrHandModel.Unknown]

Gibt an, welche Hand das Modell zeigt

KonstanteBeschreibung
XrHandModel.LeftHandDie linke Hand.
XrHandModel.RightHandDie rechte Hand.
XrHandModel.UnknownEs wird keine Hand gezeigt.

Der Wert dieser Eigenschaft ist kompatibel mit XrController.controller.

Warnung: Diese Eigenschaft muss gesetzt werden, wenn die XrHandModel erstellt wird. Ein späterer Wechsel der Hand wird derzeit nicht unterstützt.


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