XrHandModel QML Type
손의 3D 모델을 나타냅니다. 더 보기...
Import Statement: | import QtQuick3D.Xr |
Since: | Qt 6.8 |
Inherits: | |
Status: | Technical Preview |
속성
- hand : enumeration
상세 설명
사용자의 손을 추적하는 애니메이션 3D 모델을 포함합니다.
XrHandModel은 손 트래킹이 활성화된 경우에만 표시됩니다.
참고: XrHandModel은 기본 시스템의 손 추적 데이터에 의존하므로 모든 플랫폼에서 사용할 수 있는 것은 아닙니다. 특히 Apple Vision Pro는 사용자 손의 비디오를 직접 오버레이하며, XrHandModel에는 아무런 콘텐츠가 없습니다.
속성 문서
hand : enumeration |
모델이 표시할 손을 지정합니다.
Constant | 설명 |
---|---|
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.