Skip to content

Commit 67140ef

Browse files
committed
Updated builds.
1 parent 1ffcc5b commit 67140ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/three.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25071,7 +25071,7 @@ THREE.WebGLRenderer = function ( parameters ) {
2507125071
);
2507225072
var backgroundBoxShader = THREE.ShaderLib[ 'cube' ];
2507325073
var backgroundBoxMesh = new THREE.Mesh(
25074-
new THREE.BoxBufferGeometry( 5, 5, 5, 2, 2, 2 ),
25074+
new THREE.BoxBufferGeometry( 5, 5, 5 ),
2507525075
new THREE.ShaderMaterial( {
2507625076
uniforms: backgroundBoxShader.uniforms,
2507725077
vertexShader: backgroundBoxShader.vertexShader,

build/three.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.

0 commit comments

Comments
 (0)