Added WebVR standard
This commit is contained in:
parent
16819c65e8
commit
7bc3882fcf
1 changed files with 21 additions and 0 deletions
21
data/standards/WEBVR.json
Normal file
21
data/standards/WEBVR.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"info": {
|
||||
"name": "WebVR",
|
||||
"subsection_number": null,
|
||||
"subsection_name": null,
|
||||
"url": "https://w3c.github.io/webvr/spec/1.1/"
|
||||
},
|
||||
"features": [
|
||||
"VRDisplay.prototype.getEyeParameters",
|
||||
"VRDisplay.prototype.getFrameData",
|
||||
"VRDisplay.prototype.getPose",
|
||||
"VRDisplay.prototype.resetPose",
|
||||
"VRDisplay.prototype.requestAnimationFrame",
|
||||
"VRDisplay.prototype.cancelAnimationFrame",
|
||||
"VRDisplay.prototype.requestPresent",
|
||||
"VRDisplay.prototype.exitPresent",
|
||||
"VRDisplay.prototype.getLayers",
|
||||
"VRDisplay.prototype.submitFrame",
|
||||
"Navigator.prototype.getVRDisplays"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue