-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limiters now use faceSize parameter of scene
- Loading branch information
Erik Hughes
committed
Feb 21, 2017
1 parent
ecf1c48
commit 5aafe37
Showing
5 changed files
with
25 additions
and
23 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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui"><meta http-equiv="x-ua-compatible" content="ie=edge"><style>@-ms-viewport { width: device-width; }</style><title>VR 360 Player</title><link href="vr360player.css" rel="stylesheet"></head><body><div id="vr-360-player"></div><menu class="shown" id="controls"><input class="slider" type="range" min="-0.3" max="0.3" step="0.01" id="projection-x" style="display: none"><a class="icon_orientation_drag" id="sensor-toggler" style="display: none"></a><a class="icon_vr" id="mode-toggler"></a></menu><i id="crosshair" style="display: none"></i><script src="vr360player.js"></script><script>var player = new VR360Player.default( | ||
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui"><meta http-equiv="x-ua-compatible" content="ie=edge"><style>@-ms-viewport { width: device-width; }</style><title>VR 360 Player</title><link href="vr360player.css" rel="stylesheet"></head><body><div id="vr-360-player"></div><menu class="shown" id="controls"><input class="slider" type="range" min="-0.3" max="0.3" step="0.01" id="projection-x" style="display: none;"><a class="icon_orientation_drag" id="sensor-toggler" style="display: none;"></a><a class="icon_vr" id="mode-toggler"></a></menu><i id="crosshair" style="display: none;"></i><script src="vr360player.js"></script><script>var player = new VR360Player.default( | ||
document.getElementById('vr-360-player'), | ||
'assets/stage.json' | ||
);</script></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
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