这是一个实验中的功能
此功能某些浏览器尚在开发中,请参考浏览器兼容性表格以得到在不同浏览器中适合使用的前缀。由于该功能对应的标准文档可能被重新修订,所以在未来版本的浏览器中该功能的语法和行为可能随之改变。
timestamp
是 VRPose
接口的只读属性,返回为系统此时的时间戳 — 一个单调递增的数值,代表这个软件启动到现在的时间。
这个属性对于确定位置数据是否已更新和什么次序更新了很有用。
Syntax
var myTimeStamp = VRPose.timestamp;
Value
DOMHighResTimeStamp
代表时间戳,以秒为单位.
Examples
TBD.
Specifications
Specification | Status | Comment |
---|---|---|
Unknown timestamp |
Unknown | 初始定义 |
Browser compatibility
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!
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | 未实现 | 未实现 | 未实现 |
Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile | Chrome for Android |
---|---|---|---|---|---|---|
Basic support | 未实现 | (Yes) | 未实现 | 未实现 | 未实现 | 未实现 |
See also
- WebVR API homepage.
- MozVr.com — 来自于Mozilla的VR团队的模板、下载以及其他其他资源。