XrOrigin QML Type

An origin location for the XrView. More...

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

Node

Status: Technical Preview

Properties

Signals

Detailed Description

Property Documentation

camera : XrCamera

Property for adding a tracked camera node.

The XrCamera is a tracked spatial node that tracks the position and orientation of the Head Mounted Display in the XR environment.

Note: This property is optional and by default null.

See also XrCamera.


Signal Documentation

cameraChanged()

Emitted when the camera changes.

Note: The corresponding handler is onCameraChanged.