Skip to content

Commit

Permalink
rename webvr.html -> index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Feb 20, 2016
1 parent 8b87f0e commit 4d5c414
Show file tree
Hide file tree
Showing 6 changed files with 1,350 additions and 1,334 deletions.
6 changes: 3 additions & 3 deletions Makefile
@@ -1,5 +1,5 @@

all: webvr.html
all: index.html

webvr.html: webvr.bs
curl https://api.csswg.org/bikeshed/ -F file=@webvr.bs -F force=1 > webvr.html
index.html: index.bs
curl https://api.csswg.org/bikeshed/ -F file=@index.bs -F force=1 > index.html
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
WebVR Specification
===================

This repository houses the [WebVR specification] (http://mozvr.github.io/webvr-spec/webvr.html), in Bikeshed (https://github.com/tabatkins/bikeshed) format.
This repository houses the [WebVR specification](https://mozvr.github.io/webvr-spec/), in [Bikeshed](https://github.com/tabatkins/bikeshed) format.

To generate HTML from the `.bs` file, run `make`.
4 changes: 2 additions & 2 deletions webvr.bs → index.bs
Expand Up @@ -2,7 +2,7 @@

<pre class='metadata'>
Status: ED
ED: https://github.com/MozVR/webvr-spec/blob/master/webvr.html
ED: https://mozvr.github.io/webvr-spec/
Shortname: webvr
Level: 1
Editor: Vladimir Vukicevic, Mozilla http://mozilla.com/, vladimir@mozilla.com
Expand Down Expand Up @@ -31,7 +31,7 @@ but does not have a display, such as a Six-degrees-of-freedom controller.

Further, mobile devices that expose their orientation and motion data can be used in conjunction with headsets as Non-Dedicated Head-Mounted Displays.
In this case, the mobile device would constitute the PositionSensorVRDevice. However, the diversity of headset optics complicates the implementation
of the HMDVRDevice interface. Like the PositionSensorVRDevice, it needs to support provisions independent of an HMDVRDevice.
of the HMDVRDevice interface. Like the PositionSensorVRDevice, it needs to support provisions independent of an HMDVRDevice.

Additional VRDevice types may be added over time to expose new hardware types or features as they becomes available to consumers.
Eye tracking is an example of a potential future interface.
Expand Down

0 comments on commit 4d5c414

Please sign in to comment.