repo: janusweb action: commit revision: path_from: revision_from: bffa197bcc3eb829149a20d4546bc3df765ab8de: path_to: revision_to:
commit bffa197bcc3eb829149a20d4546bc3df765ab8de Author: James BaicoianuDate: Wed Mar 28 17:25:08 2018 -0700 Renamed mesh collider type diff --git a/scripts/janusbase.js b/scripts/janusbase.js
--- a/scripts/janusbase.js
+++ b/scripts/janusbase.js
@@ -126,7 +126,7 @@ elation.require(['engine.things.generic', 'utils.template'], function() {
n.userData.thing = this;
}));
this.colliders.add(collider);
- //this.setCollider('threejs', {mesh: collider.children[0], scale: this.properties.scale});
+ //this.setCollider('mesh', {mesh: collider.children[0], scale: this.properties.scale});
});
var collider = colliderasset.getInstance();
-----END OF PAGE-----