Skip to content

Commit 162db60

Browse files
Bump aframe-master dist/ builds. (aframevr/aframe@dac50c5...130156c)
1 parent 6dbba05 commit 162db60

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

‎dist/aframe-master.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28987,7 +28987,7 @@ Shader.prototype = {
2898728987
this.material = new (this.raw ? THREE.RawShaderMaterial : THREE.ShaderMaterial)({
2898828988
// attributes: this.attributes,
2898928989
uniforms: this.uniforms,
28990-
glslVersion: this.raw ? THREE.GLSL3 : undefined,
28990+
glslVersion: this.raw ? THREE.GLSL3 : null,
2899128991
vertexShader: this.vertexShader,
2899228992
fragmentShader: this.fragmentShader
2899328993
});
@@ -30719,7 +30719,7 @@ __webpack_require__(/*! ./core/a-mixin */ "./src/core/a-mixin.js");
3071930719
// Extras.
3072030720
__webpack_require__(/*! ./extras/components/ */ "./src/extras/components/index.js");
3072130721
__webpack_require__(/*! ./extras/primitives/ */ "./src/extras/primitives/index.js");
30722-
console.log('A-Frame Version: 1.5.0 (Date 2023-11-17, Commit #dac50c57)');
30722+
console.log('A-Frame Version: 1.5.0 (Date 2023-11-17, Commit #6dbba054)');
3072330723
console.log('THREE Version (https://github.com/supermedium/three.js):', pkg.dependencies['super-three']);
3072430724
console.log('WebVR Polyfill Version:', pkg.dependencies['webvr-polyfill']);
3072530725
module.exports = window.AFRAME = {

‎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.

‎src/index.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ require('./core/a-mixin');
9292
require('./extras/components/');
9393
require('./extras/primitives/');
9494

95-
console.log('A-Frame Version: 1.5.0 (Date 2023-11-17, Commit #dac50c57)');
95+
console.log('A-Frame Version: 1.5.0 (Date 2023-11-17, Commit #6dbba054)');
9696
console.log('THREE Version (https://github.com/supermedium/three.js):',
9797
pkg.dependencies['super-three']);
9898
console.log('WebVR Polyfill Version:', pkg.dependencies['webvr-polyfill']);

0 commit comments

Comments
 (0)