webvr-polyfill
Advanced tools
Comparing version 0.10.6 to 0.10.7
{ | ||
"name": "webvr-polyfill", | ||
"version": "0.10.6", | ||
"version": "0.10.7", | ||
"homepage": "https://github.com/immersive-web/webvr-polyfill", | ||
@@ -18,3 +18,3 @@ "authors": [ | ||
"localStorage": "^1.0.3", | ||
"mocha": "^3.2.0", | ||
"mocha": "^5.0.0", | ||
"rollup": "^0.52.1", | ||
@@ -50,4 +50,4 @@ "rollup-plugin-babel": "^3.0.2", | ||
"dependencies": { | ||
"cardboard-vr-display": "1.0.13" | ||
"cardboard-vr-display": "^1.0.14" | ||
} | ||
} |
@@ -80,2 +80,6 @@ # WebVR Polyfill | ||
### iframes | ||
There are some concerns and caveats when embedding polyfilled WebVR content inside iframes. [More information is documented in the cardboard-vr-display README](https://github.com/immersive-web/cardboard-vr-display#iframes). | ||
## Goals | ||
@@ -82,0 +86,0 @@ |
@@ -80,5 +80,2 @@ /* | ||
// Flag to enable touch panner. In case you have your own touch controls. | ||
TOUCH_PANNER_DISABLED: true, | ||
// Flag to disabled the UI in VR Mode. | ||
@@ -85,0 +82,0 @@ CARDBOARD_UI_DISABLED: false, // Default: false |
@@ -67,3 +67,2 @@ /* | ||
PREDICTION_TIME_S: this.config.PREDICTION_TIME_S, | ||
TOUCH_PANNER_DISABLED: this.config.TOUCH_PANNER_DISABLED, | ||
ROTATE_INSTRUCTIONS_DISABLED: this.config.ROTATE_INSTRUCTIONS_DISABLED, | ||
@@ -70,0 +69,0 @@ YAW_ONLY: this.config.YAW_ONLY, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
154
377159
4774
+ Addedcardboard-vr-display@1.0.19(transitive)
- Removedcardboard-vr-display@1.0.13(transitive)
Updatedcardboard-vr-display@^1.0.14