VRDisplay - Web API 接口参考 编辑

这是一个实验中的功能
此功能某些浏览器尚在开发中,请参考浏览器兼容性表格以得到在不同浏览器中适合使用的前缀。由于该功能对应的标准文档可能被重新修订,所以在未来版本的浏览器中该功能的语法和行为可能随之改变。

WebVR API 中的 VRDisplay 代表任何支持此 API 的 VR 设备。它包括了设备 ID、描述信息等诸如此类的通用信息,以及用于开始呈现 VR 场景、检索眼睛参数和显示能力以及其他重要的功能和方法。

可以通过调用 Navigator.getVRDisplays() 方法得到所有连接的 VR 设备数组。

属性

VRDisplay.capabilities 只读
返回一个 VRDisplayCapabilities 对象,用于指示 VRDisplay 的各种功能。
VRDisplay.depthFar
获取或设置眼睛可视锥的最远深度。
VRDisplay.depthNear
获取或设置眼睛可视锥的最近深度。
VRDisplay.displayId 只读
返回此 VRDisplay 的标识符,它也用作与 Gamepad API 的关联(详见 Gamepad.displayId)。
VRDisplay.displayName 只读
返回一个不反人类的名称来标识此 VRDisplay。
VRDisplay.isConnected 只读
返回一个 Boolean 值,指示 VRDisplay 是否连接到计算机。
VRDisplay.isPresenting 只读
返回一个 Boolean 值,指示 VRDisplay 当前是否由内容被呈现。
VRDisplay.stageParameters 只读
如果 VR 设备支持房间规模测验,则返回一个包含房间尺寸参数的 VRStageParameters 对象。

方法

VRDisplay.getEyeParameters()
返回指定一侧眼睛参数的 VREyeParameters 对象。
VRDisplay.getLayers()
返回 VRDisplay 当前显示的图层。
VRDisplay.getPose()
Returns a VRPose object defining the future predicted pose of the VRDisplay as it will be when the current frame is actually presented.
VRDisplay.getImmediatePose()
Returns a VRPose object defining the current pose of the VRDisplay, with no prediction applied.
VRDisplay.resetPose()
Resets the pose for this VRDisplay, treating its current VRPose.position and VRPose.orientation as the "origin/zero" values.
VRDisplay.cancelAnimationFrame()
A special implementation of Window.cancelAnimationFrame that allows callbacks registered with VRDisplay.requestAnimationFrame() to be unregistered.
VRDisplay.requestAnimationFrame()
A special implementation of Window.requestAnimationFrame containing a callback function that will be called every time a new frame of the VRDisplay presentation is rendered.
VRDisplay.requestPresent()
Starts the VRDisplay presenting a scene.
VRDisplay.exitPresent()
Stops the VRDisplay presenting a scene.
VRDisplay.submitFrame()
Captures the current state of the VRLayer currently being presented and displays it on the VRDisplay.

示例

TBD.

规范

SpecificationStatusComment
Unknown
VRDisplay
UnknownInitial definition

浏览器兼容性

We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support(Yes)(Yes)未实现未实现未实现
FeatureAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari MobileChrome for Android
Basic support未实现(Yes)未实现未实现未实现未实现

另请参见

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:52 次

字数:11287

最后编辑:7年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文