XrCamera QML Type

The camera for an XrView. More...

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

Node

Status: Technical Preview

Properties

Signals

Detailed Description

Property Documentation

clipFar : float

The end of the distance range, with reference to the camera position, in which objects will appear.


clipNear : float

The start of the distance range, with reference to the camera position, in which objects will appear.


Signal Documentation

clipFarChanged()

Emitted when the clipFar property changes.

Note: The corresponding handler is onClipFarChanged.


clipNearChanged()

Emitted when the clipNear property changes.

Note: The corresponding handler is onClipNearChanged.


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