Skip to content

Commit caac14f

Browse files
committed
Updated builds.
1 parent b7a28d3 commit caac14f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

build/three.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32908,7 +32908,6 @@ THREE.SpritePlugin = function ( renderer, sprites ) {
3290832908
*/
3290932909

3291032910
Object.assign( THREE, {
32911-
CubeGeometry: THREE.BoxGeometry,
3291232911
Face4: function ( a, b, c, d, normal, color, materialIndex ) {
3291332912
console.warn( 'THREE.Face4 has been removed. A THREE.Face3 will be created instead.' );
3291432913
return new THREE.Face3( a, b, c, normal, color, materialIndex );
@@ -36534,6 +36533,8 @@ THREE.BoxGeometry = function ( width, height, depth, widthSegments, heightSegmen
3653436533
THREE.BoxGeometry.prototype = Object.create( THREE.Geometry.prototype );
3653536534
THREE.BoxGeometry.prototype.constructor = THREE.BoxGeometry;
3653636535

36536+
THREE.CubeGeometry = THREE.BoxGeometry;
36537+
3653736538
// File:src/extras/geometries/BoxBufferGeometry.js
3653836539

3653936540
/**

build/three.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)