XrCamera QML Type

ユーザーがXRシーンを見る空間的な位置と方向を追跡します。詳細...

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

Node

Status: Technical Preview

プロパティ

詳細説明

XrCameraは、トラッキングされた空間ノードで、XRシーンのユーザーのビューの空間的な位置と向きをトラッキングします。

これはトラッキングされたノードなので、その空間プロパティは読み取り専用と考えるべきです。nearfar クリップ・プレーンなど、XrCameraに固有のプロパティは設定可能です。設定すると、優先値が上書きされます。

XrOrigin::cameraも参照してください

プロパティの説明

clipFar : real

カメラ位置を基準とした、オブジェクトが表示される距離範囲の端。

注意: 明示的に設定しない限り、clipFar の値はデバイスの優先値に設定されます。


clipNear : real

カメラ位置を基準とした、オブジェクトが表示される距離範囲の開始位置。

注意: 明示的に設定しない限り、clipNear 値はデバイスの優先値に設定されます。


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