Skip to content

Commit

Permalink
Bump aframe-master dist/ builds. (aframevr/aframe@0cc2d2a...66e0c62)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupermediumBot committed Apr 28, 2021
1 parent 66e0c62 commit b78a9f4
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 13 deletions.
11 changes: 7 additions & 4 deletions dist/aframe-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -57961,8 +57961,8 @@ var bind = _dereq_('../utils/bind');
var trackedControlsUtils = _dereq_('../utils/tracked-controls');
var checkControllerPresentAndSetup = trackedControlsUtils.checkControllerPresentAndSetup;

var LEFT_HAND_MODEL_URL = 'https://cdn.aframe.io/controllers/oculus-hands/unity/left.glb';
var RIGHT_HAND_MODEL_URL = 'https://cdn.aframe.io/controllers/oculus-hands/unity/right.glb';
var LEFT_HAND_MODEL_URL = 'https://cdn.aframe.io/controllers/oculus-hands/v3/left.glb';
var RIGHT_HAND_MODEL_URL = 'https://cdn.aframe.io/controllers/oculus-hands/v3/right.glb';

var BONE_PREFIX = {
left: 'b_l_',
Expand Down Expand Up @@ -58003,14 +58003,17 @@ var BONE_MAPPING = {
'thumb-phalanx-proximal': 'thumb2',
'thumb-phalanx-distal': 'thumb3',
'thumb-tip': 'thumb_null',
'index-finger-metacarpal': 'index0',
'index-finger-phalanx-proximal': 'index1',
'index-finger-phalanx-intermediate': 'index2',
'index-finger-phalanx-distal': 'index3',
'index-finger-tip': 'index_null',
'middle-finger-metacarpal': 'middle0',
'middle-finger-phalanx-proximal': 'middle1',
'middle-finger-phalanx-intermediate': 'middle2',
'middle-finger-phalanx-distal': 'middle3',
'middle-finger-tip': 'middle_null',
'ring-finger-metacarpal': 'ring0',
'ring-finger-phalanx-proximal': 'ring1',
'ring-finger-phalanx-intermediate': 'ring2',
'ring-finger-phalanx-distal': 'ring3',
Expand Down Expand Up @@ -58297,7 +58300,7 @@ module.exports.Component = registerComponent('hand-tracking-controls', {

onModelLoaded: function () {
var mesh = this.mesh = this.el.getObject3D('mesh').children[0];
var skinnedMesh = this.skinnedMesh = mesh.children[24];
var skinnedMesh = this.skinnedMesh = mesh.children[30];
if (!this.skinnedMesh) { return; }
this.bones = skinnedMesh.skeleton.bones;
this.el.removeObject3D('mesh');
Expand Down Expand Up @@ -71746,7 +71749,7 @@ _dereq_('./core/a-mixin');
_dereq_('./extras/components/');
_dereq_('./extras/primitives/');

console.log('A-Frame Version: 1.2.0 (Date 2021-04-26, Commit #9d0a6039)');
console.log('A-Frame Version: 1.2.0 (Date 2021-04-28, Commit #66e0c624)');
console.log('THREE Version (https://github.com/supermedium/three.js):',
pkg.dependencies['super-three']);
console.log('WebVR Polyfill Version:', pkg.dependencies['webvr-polyfill']);
Expand Down
6 changes: 3 additions & 3 deletions dist/aframe-master.js.map

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions dist/aframe-master.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/aframe-master.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ require('./core/a-mixin');
require('./extras/components/');
require('./extras/primitives/');

console.log('A-Frame Version: 1.2.0 (Date 2021-04-26, Commit #9d0a6039)');
console.log('A-Frame Version: 1.2.0 (Date 2021-04-28, Commit #66e0c624)');
console.log('THREE Version (https://github.com/supermedium/three.js):',
pkg.dependencies['super-three']);
console.log('WebVR Polyfill Version:', pkg.dependencies['webvr-polyfill']);
Expand Down

0 comments on commit b78a9f4

Please sign in to comment.