Skip to content

Commit

Permalink
Bump aframe-master dist/ builds. (d26ea9f...1047eac)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupermediumBot committed Nov 25, 2024
1 parent 1047eac commit 3c884fe
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions dist/aframe-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -7084,7 +7084,7 @@ module.exports.Component = registerComponent('cursor', {
return function (evt) {
var bounds = this.canvasBounds;
var camera = this.el.sceneEl.camera;
var cameraElParent = camera.el.object3D.parent;
var cameraElParent;
var left;
var point;
var top;
Expand Down Expand Up @@ -7118,6 +7118,7 @@ module.exports.Component = registerComponent('cursor', {
origin.copy(transform.position);

// Transform XRPose into world space
cameraElParent = camera.el.object3D.parent;
cameraElParent.localToWorld(origin);
direction.transformDirection(cameraElParent.matrixWorld);
}
Expand Down Expand Up @@ -24590,7 +24591,7 @@ __webpack_require__(/*! ./core/a-mixin */ "./src/core/a-mixin.js");
// Extras.
__webpack_require__(/*! ./extras/components/ */ "./src/extras/components/index.js");
__webpack_require__(/*! ./extras/primitives/ */ "./src/extras/primitives/index.js");
console.log('A-Frame Version: 1.6.0 (Date 2024-11-23, Commit #cd1326be)');
console.log('A-Frame Version: 1.6.0 (Date 2024-11-25, Commit #1047eacb)');
console.log('THREE Version (https://github.com/supermedium/three.js):', THREE.REVISION);

// Wait for ready state, unless user asynchronously initializes A-Frame.
Expand Down
2 changes: 1 addition & 1 deletion dist/aframe-master.js.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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 @@ -56,7 +56,7 @@ require('./core/a-mixin');
require('./extras/components/');
require('./extras/primitives/');

console.log('A-Frame Version: 1.6.0 (Date 2024-11-23, Commit #cd1326be)');
console.log('A-Frame Version: 1.6.0 (Date 2024-11-25, Commit #1047eacb)');
console.log('THREE Version (https://github.com/supermedium/three.js):',
THREE.REVISION);

Expand Down

0 comments on commit 3c884fe

Please sign in to comment.