Skip to content

Commit

Permalink
Bump aframe-master dist/ builds. (aframevr/aframe@9bedfcf...65f02cc)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupermediumBot committed Mar 15, 2021
1 parent 65f02cc commit 01a8ee1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion dist/aframe-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -62478,6 +62478,7 @@ module.exports.Component = registerComponent('screenshot', {

getRenderTarget: function (width, height) {
return new THREE.WebGLRenderTarget(width, height, {
encoding: THREE.sRGBEncoding,
minFilter: THREE.LinearFilter,
magFilter: THREE.LinearFilter,
wrapS: THREE.ClampToEdgeWrapping,
Expand Down Expand Up @@ -71551,7 +71552,7 @@ _dereq_('./core/a-mixin');
_dereq_('./extras/components/');
_dereq_('./extras/primitives/');

console.log('A-Frame Version: 1.2.0 (Date 2021-03-11, Commit #382296c6)');
console.log('A-Frame Version: 1.2.0 (Date 2021-03-15, Commit #65f02cc8)');
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
6 changes: 3 additions & 3 deletions dist/aframe-master.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 01a8ee1

Please sign in to comment.