webvr-polyfill
Advanced tools
Comparing version 0.10.1 to 0.10.2
{ | ||
"name": "webvr-polyfill", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"homepage": "https://github.com/googlevr/webvr-polyfill", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -35,2 +35,8 @@ /* | ||
// By default, on mobile, a wakelock is necessary to prevent the device's screen | ||
// from turning off without user input. Disable if you're keeping the screen awake through | ||
// other means on mobile. A wakelock is never used on desktop. | ||
// Added in 0.10.2. | ||
MOBILE_WAKE_LOCK: true, | ||
// Whether or not CardboardVRDisplay is in debug mode. Logs extra | ||
@@ -37,0 +43,0 @@ // messages. Added in 0.10.0. |
@@ -54,2 +54,3 @@ /* | ||
var vrDisplay = new CardboardVRDisplay({ | ||
MOBILE_WAKE_LOCK: this.config.MOBILE_WAKE_LOCK, | ||
DEBUG: this.config.DEBUG, | ||
@@ -56,0 +57,0 @@ DPDB_URL: this.config.DPDB_URL, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
378433
4897