XRPose.emulatedPosition - Web APIs 编辑
Draft
This page is not complete.
The emulatedPosition
read-only attribute of the XRPose
interface is a Boolean value indicating whether or not both the position
component of the pose's transform
is directly taken from the XR device, or it's simulated or computed based on other sources.
Syntax
let emulated = xrPose.emulatedPosition;
Value
A Boolean which is true
if the pose's position is computed based on estimates or is derived from sources other than direct sensor data. If the position is precisely gbased on direct sensor inputs, the value is false
.
Usage notes
There are two basic categories of XR tracking systems. A basic XR headset provides three degrees of freedom (3DoF), tracking the pitch, yaw, and roll of the user's head. No information is available about movement forward, backward, or to the sides. Any such data is taken from other sources, such as keyboard or mouse inputs or game controllers. As such, the position is considered to be emulated, so the emulatedPosition
property is true
.
Contrariwise, XR devices which can also track movement forward and backward as well as laterally—six degree of freedom (6DoF) devices—don't require any information from other sources to determine the user's position, so the value of emulatedPosition
is false
.
The same notion applies not just to the user's head, but to any object. A hand controller that can directly report its position would have a value of false
for this property as well. If its position is computed as an offset from another object (such as by basing it off the model representing the user's body), then this value is true
.
This information is important because devices whose position is emulated are prone to their offset drifting relative to the real world space over time. This is because emulating a position based on accelerometer inputs and models tends to introduce minor errors which accumulate over time.
Specifications
Specification | Status | Comment |
---|---|---|
WebXR Device API The definition of 'XRPose.emulatedPosition' in that specification. | Working Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论