forked from videojs/videojs-vr
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from kevleyski/main
WebVR to WebXR
- Loading branch information
Showing
8 changed files
with
62 additions
and
10,447 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
node_modules/.bin/lint-staged |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>videojs-vr Demo</title> | ||
</head> | ||
<body> | ||
<iframe width="700" height="400" src="examples/180-mono.html" allowfullscreen="" webkitallowfullscreen="" mozallowfullscreen="" allow="gyroscope; accelerometer; xr"></iframe> | ||
<ul> | ||
<li><a href="https://immersive-web.github.io/webxr-samples/immersive-ar-session.html">Kev polyfill test 1.</a></li> | ||
<li><a href="examples/180.html">180 video example</a></li> | ||
<li><a href="examples/180-mono.html">180 video example (monoscopic input)</a></li> | ||
<li><a href="examples/360-cube.html">360 Cube Video example</a></li> | ||
<li><a href="examples/360.html">360 Video example</a></li> | ||
<li><a href="examples/360-two.html">Another 360 Video example</a></li> | ||
<li><a href="examples/360-tb.html">360 TB Video example</a></li> | ||
<li><a href="examples/eac.html">EAC video example</a></li> | ||
<li><a href="examples/eac-lr.html">EAC LR video example</a></li> | ||
<li><a href="examples/fluid.html">"Fluid" video size example</a></li> | ||
<li><a href="examples/spatial.html">Spatial audio example</a></li> | ||
<li><a href="examples/sphere-detail.html">360 with increased sphere detail example</a></li> | ||
</ul> | ||
</body> | ||
</html> |
Oops, something went wrong.