Skip to content

Commit

Permalink
Bump aframe-master dist/ builds. (9d739bb...75d5092)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupermediumBot committed Nov 16, 2023
1 parent 75d5092 commit 0917186
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions dist/aframe-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -20767,9 +20767,12 @@ module.exports.Component = register('reflection', {
this.el.setAttribute('webxr', webxrData);
}
this.el.addEventListener('enter-vr', function () {
if (!self.el.is('ar-mode')) {
return;
}
var renderer = self.el.renderer;
var session = renderer.xr.getSession();
if (session.requestLightProbe && self.el.is('ar-mode')) {
if (session.requestLightProbe) {
self.startLightProbe();
}
});
Expand Down Expand Up @@ -30714,7 +30717,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.5.0 (Date 2023-11-16, Commit #957237df)');
console.log('A-Frame Version: 1.5.0 (Date 2023-11-16, Commit #75d50926)');
console.log('THREE Version (https://github.com/supermedium/three.js):', pkg.dependencies['super-three']);
console.log('WebVR Polyfill Version:', pkg.dependencies['webvr-polyfill']);
module.exports = window.AFRAME = {
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 @@ -92,7 +92,7 @@ require('./core/a-mixin');
require('./extras/components/');
require('./extras/primitives/');

console.log('A-Frame Version: 1.5.0 (Date 2023-11-16, Commit #957237df)');
console.log('A-Frame Version: 1.5.0 (Date 2023-11-16, Commit #75d50926)');
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 0917186

Please sign in to comment.