Skip to content

Commit

Permalink
Bump aframe-master dist/ builds. (fe0c971...fce5b6a)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupermediumBot committed Dec 19, 2023
1 parent fce5b6a commit f86de47
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 12 deletions.
10 changes: 2 additions & 8 deletions dist/aframe-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -19897,7 +19897,6 @@ module.exports.Component = register('ar-hit-test', {

/* global THREE */
var register = (__webpack_require__(/*! ../../core/component */ "./src/core/component.js").registerComponent);
var COMPONENTS = (__webpack_require__(/*! ../../core/component */ "./src/core/component.js").components);
module.exports.Component = register('background', {
schema: {
color: {
Expand All @@ -19918,13 +19917,8 @@ module.exports.Component = register('background', {
}
},
remove: function () {
var data = this.data;
var object3D = this.el.object3D;
if (data.transparent) {
object3D.background = null;
return;
}
object3D.background = COMPONENTS[this.name].schema.color.default;
object3D.background = null;
}
});

Expand Down Expand Up @@ -30805,7 +30799,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-12-19, Commit #8e4f387e)');
console.log('A-Frame Version: 1.5.0 (Date 2023-12-19, Commit #fce5b6a3)');
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-12-19, Commit #8e4f387e)');
console.log('A-Frame Version: 1.5.0 (Date 2023-12-19, Commit #fce5b6a3)');
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 f86de47

Please sign in to comment.