We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f9f68 commit b5e596dCopy full SHA for b5e596d
src/renderers/common/extras/PMREMGenerator.js
@@ -44,7 +44,7 @@ const EXTRA_LOD_SIGMA = [ 0.125, 0.215, 0.35, 0.446, 0.526, 0.582 ];
44
const MAX_SAMPLES = 20;
45
46
// GGX VNDF importance sampling configuration
47
-const GGX_SAMPLES = 1024;
+const GGX_SAMPLES = 2048;
48
49
const _flatCamera = /*@__PURE__*/ new OrthographicCamera( - 1, 1, 1, - 1, 0, 1 );
50
const _cubeCamera = /*@__PURE__*/ new PerspectiveCamera( 90, 1 );
0 commit comments