XrHandModel QML Type

手の3Dモデルを表します。詳細...

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

Model

Status: Technical Preview

プロパティ

  • hand : enumeration

詳細説明

ユーザーの手をトラッキングするアニメーション3Dモデルが含まれています。

XrHandModelは、ハンド・トラッキングがアクティブな時のみ表示されます。

注意: XrHandModelは、基礎となるシステムからのハンド・トラッキング・データに依存するため、全てのプラットフォームで利用できるわけではありません。特に、Apple Vision Proでは、ユーザの手の映像が直接オーバーレイされ、XrHandModelにはコンテンツがありません。

プロパティ・ドキュメンテーション

hand : enumeration [default: XrHandModel.Unknown]

モデルがどの手を示しているかを指定します。

定数説明
XrHandModel.LeftHand左手。
XrHandModel.RightHand右手。
XrHandModel.Unknown手は表示されない。

このプロパティの値はXrController.controller と互換性があります。

警告 このプロパティは、XrHandModel が構築されるときに設定する必要があります。後で手を変更することは現在サポートされていません。


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