Skip to content

Commit

Permalink
Examples: Add missing tone mapping. (#30332)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 authored Jan 15, 2025
1 parent 2a1d7df commit 236197a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Binary file modified examples/screenshots/webgpu_tsl_vfx_tornado.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions examples/webgpu_tsl_vfx_linkedparticles.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
renderer.setPixelRatio( window.devicePixelRatio );
renderer.setSize( window.innerWidth, window.innerHeight );
renderer.setAnimationLoop( animate );
renderer.toneMapping = THREE.ACESFilmicToneMapping;
document.body.appendChild( renderer.domElement );

// TSL function
Expand Down
1 change: 1 addition & 0 deletions examples/webgpu_tsl_vfx_tornado.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@
renderer.setPixelRatio( window.devicePixelRatio );
renderer.setSize( window.innerWidth, window.innerHeight );
renderer.setAnimationLoop( animate );
renderer.toneMapping = THREE.ACESFilmicToneMapping;
document.body.appendChild( renderer.domElement );

// post processing
Expand Down
1 change: 0 additions & 1 deletion test/e2e/puppeteer.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ const exceptionList = [
'webgpu_tsl_vfx_flames',
'webgpu_tsl_halftone',
'webgpu_tsl_vfx_linkedparticles',
'webgpu_tsl_vfx_tornado',
'webgpu_textures_anisotropy',
'webgpu_textures_2d-array_compressed',
'webgpu_rendertarget_2d-array_3d',
Expand Down

0 comments on commit 236197a

Please sign in to comment.