Skip to content

Commit f111638

Browse files
committed
Updated builds.
1 parent 13397a8 commit f111638

File tree

5 files changed

+425
-422
lines changed

5 files changed

+425
-422
lines changed

build/three.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'use strict';
77

88
const REVISION = '152dev';
9+
910
const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 };
1011
const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };
1112
const CullFaceNone = 0;
@@ -27645,7 +27646,7 @@ class WebGLRenderer {
2764527646

2764627647
// physically based shading
2764727648

27648-
this.outputColorSpace = LinearSRGBColorSpace;
27649+
this.outputColorSpace = SRGBColorSpace;
2764927650

2765027651
// physical lights
2765127652

build/three.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ console.warn( 'Scripts "build/three.js" and "build/three.min.js" are deprecated
1111
})(this, (function (exports) { 'use strict';
1212

1313
const REVISION = '152dev';
14+
1415
const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 };
1516
const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };
1617
const CullFaceNone = 0;
@@ -27650,7 +27651,7 @@ console.warn( 'Scripts "build/three.js" and "build/three.min.js" are deprecated
2765027651

2765127652
// physically based shading
2765227653

27653-
this.outputColorSpace = LinearSRGBColorSpace;
27654+
this.outputColorSpace = SRGBColorSpace;
2765427655

2765527656
// physical lights
2765627657

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)