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 7869453 commit a31feb5Copy full SHA for a31feb5
example/materialBall.js
@@ -153,7 +153,10 @@ async function init() {
153
blending: THREE.CustomBlending,
154
} ) );
155
156
- denoiseQuad = new FullScreenQuad( new DenoiseMaterial() );
+ denoiseQuad = new FullScreenQuad( new DenoiseMaterial( {
157
+ map: ptRenderer.target.texture,
158
+ blending: THREE.CustomBlending,
159
+ } ) );
160
161
controls = new OrbitControls( perspectiveCamera, renderer.domElement );
162
controls.addEventListener( 'change', () => {
0 commit comments