From 7bc3882fcf9d88780bc2996b77d9eddb8a889d75 Mon Sep 17 00:00:00 2001 From: gansukhben Date: Tue, 7 Nov 2017 22:03:24 -0600 Subject: [PATCH] Added WebVR standard --- data/standards/WEBVR.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 data/standards/WEBVR.json diff --git a/data/standards/WEBVR.json b/data/standards/WEBVR.json new file mode 100644 index 0000000..42e5169 --- /dev/null +++ b/data/standards/WEBVR.json @@ -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" + ] + } \ No newline at end of file