Skip to content

Commit 4f5637f

Browse files
Bump aframe-master dist/ builds. (808ab76...71db798)
1 parent 71db798 commit 4f5637f

7 files changed

Lines changed: 9 additions & 7 deletions

dist/aframe-master.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13695,7 +13695,9 @@ var Component = (0,_core_component_js__WEBPACK_IMPORTED_MODULE_0__.registerCompo
1369513695
// Raycast.
1369613696
this.updateOriginDirection();
1369713697
rawIntersections.length = 0;
13698+
this.raycaster.camera = this.el.sceneEl.camera;
1369813699
this.raycaster.intersectObjects(this.objects, true, rawIntersections);
13700+
this.raycaster.camera = null;
1369913701

1370013702
// Only keep intersections against objects that have a reference to an entity.
1370113703
intersections.length = 0;
@@ -61727,7 +61729,7 @@ if (_utils_index_js__WEBPACK_IMPORTED_MODULE_16__.device.isBrowserEnvironment) {
6172761729
window.logs = debug;
6172861730
__webpack_require__(/*! ./style/aframe.css */ "./src/style/aframe.css");
6172961731
}
61730-
console.log('A-Frame Version: 1.7.1 (Date 2026-03-28, Commit #e9ac2807)');
61732+
console.log('A-Frame Version: 1.7.1 (Date 2026-04-03, Commit #71db7982)');
6173161733
console.log('THREE Version (https://github.com/supermedium/three.js):', _lib_three_js__WEBPACK_IMPORTED_MODULE_1__["default"].REVISION);
6173261734

6173361735
// Wait for ready state, unless user asynchronously initializes A-Frame.

dist/aframe-master.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/aframe-master.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/aframe-master.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/aframe-master.module.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/aframe-master.module.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if (utils.device.isBrowserEnvironment) {
5858
require('./style/aframe.css');
5959
}
6060

61-
console.log('A-Frame Version: 1.7.1 (Date 2026-03-28, Commit #e9ac2807)');
61+
console.log('A-Frame Version: 1.7.1 (Date 2026-04-03, Commit #71db7982)');
6262
console.log('THREE Version (https://github.com/supermedium/three.js):',
6363
THREE.REVISION);
6464

0 commit comments

Comments
 (0)