webvr-polyfill
Advanced tools
Comparing version 0.9.17 to 0.9.18
{ | ||
"name": "webvr-polyfill", | ||
"version": "0.9.17", | ||
"version": "0.9.18", | ||
"homepage": "https://github.com/borismus/webvr-polyfill", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -47,4 +47,4 @@ /* | ||
// Current filter orientation | ||
this.filterQ = new MathUtil.Quaternion(); | ||
// Set the quaternion to be looking in the -z direction by default. | ||
this.filterQ = new MathUtil.Quaternion(1, 0, 0, 1); | ||
this.previousFilterQ = new MathUtil.Quaternion(); | ||
@@ -51,0 +51,0 @@ |
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
779828