urdf-loader
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -0,0 +0,0 @@ /*eslint-disable*/ |
{ | ||
"name": "urdf-loader", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "URDF Loader for THREE.js and webcomponent viewer", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -27,3 +27,3 @@ // urdf-viewer element | ||
get up() { return this.getAttribute('up') || '+Y' } | ||
get up() { return this.getAttribute('up') || '+Z' } | ||
set up(val) { this.setAttribute('up', val) } | ||
@@ -30,0 +30,0 @@ |
@@ -86,3 +86,3 @@ /* | ||
parse(pkg, content, cb, loadMeshCb) { | ||
cb(this._processUrdf(pkg, content, loadMeshCb || this.defaultMeshLoader)) | ||
cb(this._processUrdf(pkg, content, loadMeshCb || this.defaultMeshLoader.bind(this))) | ||
} | ||
@@ -89,0 +89,0 @@ |
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
2543517