XrCamera QML Type

Tracks spatial position and orientation from which the user views an XR scene. 更多...

import 语句: import QtQuick3D.Xr
Since: Qt 6.8
继承:

Node

状态: 技术预览

特性

详细描述

The XrCamera is a tracked spatial node that tracks the spatial position and orientation of the users's view of an XR scene.

Since this is a tracked node, its spatial properties should be considered read-only. Properties specific to the XrCamera, such as the near and far clip planes, are settable. When set, they override preferred values.

另请参阅 XrOrigin::camera .

特性文档编制

clipFar : real

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

注意: Unless set explicitly, the clipFar value will be set to the device's preferred value.

clipNear : real

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

注意: Unless set explicitly, the clipNear value will be set to the device's preferred value.