Skip to content

Commit b5e596d

Browse files
authored
Increase GGX_SAMPLES from 1024 to 2048 (#32148)
1 parent 00f9f68 commit b5e596d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderers/common/extras/PMREMGenerator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const EXTRA_LOD_SIGMA = [ 0.125, 0.215, 0.35, 0.446, 0.526, 0.582 ];
4444
const MAX_SAMPLES = 20;
4545

4646
// GGX VNDF importance sampling configuration
47-
const GGX_SAMPLES = 1024;
47+
const GGX_SAMPLES = 2048;
4848

4949
const _flatCamera = /*@__PURE__*/ new OrthographicCamera( - 1, 1, 1, - 1, 0, 1 );
5050
const _cubeCamera = /*@__PURE__*/ new PerspectiveCamera( 90, 1 );

0 commit comments

Comments
 (0)