XrHandModel QML Type

Represents a 3D model for a hand. More...

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

Model

Status: Technical Preview

Properties

  • hand : enumeration

Detailed Description

Contains an animated 3D model that tracks the user's hands.

Property Documentation

hand : enumeration [default: XrHandModel.Unknown]

Specifies which hand the model is showing

ConstantDescription
XrHandModel.LeftHandThe left hand.
XrHandModel.RightHandThe right hand.
XrHandModel.UnknownNo hand is shown.

The value of this property is compatible with XrController.controller.

Warning: This property must be set when the XrHandModel is constructed. Changing hands later is not currently supported.


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