Skip to content

Commit

Permalink
Bump aframe-master dist/ builds. (9b97286...d2160c6)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupermediumBot committed Oct 2, 2017
1 parent d2160c6 commit f4b40a0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions dist/aframe-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -67060,8 +67060,8 @@ module.exports.Component = registerComponent('gearvr-controls', {
var buttonMeshes;
if (!this.data.model) { return; }
buttonMeshes = this.buttonMeshes = {};
buttonMeshes.trigger = controllerObject3D.getObjectByName('Trigger');
buttonMeshes.trackpad = controllerObject3D.getObjectByName('Touchpad');
buttonMeshes.trigger = controllerObject3D.children[2];
buttonMeshes.trackpad = controllerObject3D.children[1];
},

onButtonChanged: function (evt) {
Expand Down Expand Up @@ -78382,7 +78382,7 @@ _dereq_('./core/a-mixin');
_dereq_('./extras/components/');
_dereq_('./extras/primitives/');

console.log('A-Frame Version: 0.7.0 (Date 02-10-2017, Commit #407e580)');
console.log('A-Frame Version: 0.7.0 (Date 02-10-2017, Commit #d2160c6)');
console.log('three Version:', pkg.dependencies['three']);
console.log('WebVR Polyfill Version:', pkg.dependencies['webvr-polyfill']);

Expand Down
4 changes: 2 additions & 2 deletions dist/aframe-master.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit f4b40a0

Please sign in to comment.