Skip to content

Commit

Permalink
Bump aframe-master dist/ builds. (b61d7c5...863c0e6)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupermediumBot committed Apr 5, 2024
1 parent 863c0e6 commit 98c706c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion dist/aframe-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -27386,6 +27386,9 @@ class AScene extends AEntity {
if (rendererAttr.alpha) {
rendererConfig.alpha = rendererAttr.alpha === 'true';
}
if (rendererAttr.stencil) {
rendererConfig.stencil = rendererAttr.stencil === 'true';
}
if (rendererAttr.multiviewStereo) {
rendererConfig.multiviewStereo = rendererAttr.multiviewStereo === 'true';
}
Expand Down Expand Up @@ -30057,7 +30060,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 2024-04-01, Commit #e0804548)');
console.log('A-Frame Version: 1.5.0 (Date 2024-04-05, Commit #863c0e6a)');
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 Expand Up @@ -32040,6 +32043,9 @@ module.exports.System = registerSystem('renderer', {
alpha: {
default: true
},
stencil: {
default: false
},
foveationLevel: {
default: 1
}
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 @@ -78,7 +78,7 @@ require('./core/a-mixin');
require('./extras/components/');
require('./extras/primitives/');

console.log('A-Frame Version: 1.5.0 (Date 2024-04-01, Commit #e0804548)');
console.log('A-Frame Version: 1.5.0 (Date 2024-04-05, Commit #863c0e6a)');
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 98c706c

Please sign in to comment.