XrOrigin QML Type

XrView...続きを読む

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

Node

Status: Technical Preview

プロパティ

詳細説明

原点は、reference space の中心を決定します。原点の位置を変更すると、ユーザーはシーン内の別の位置に移動します。

ほとんどのXRプラットフォームでは、ユーザーが物理的に移動し、視点を変えることができます。この場合、原点の位置は変わりません。ヘッドセットの位置をトラッキングするには、XrCamera を作成し、camera プロパティに割り当てます。

警告 原点の位置/回転を変更する際は、ベストプラクティスに従ってください。そうしないと、身体的な不快感、吐き気、バランスを失う可能性があります。最悪の場合、怪我や死につながる可能性もあります。

プロパティの説明

camera : XrCamera [default: null]

トラッキングされたカメラノードを追加するためのプロパティです。

XR 環境でヘッドマウントディスプレイの位置と方向を追跡する追跡空間ノードであるXrCamera を保持します。

注: このプロパティはオプションです。

XrCameraも参照してください


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