Skip to content

Commit

Permalink
Examples: Clean up (#29209)
Browse files Browse the repository at this point in the history
* Fix incorrect args

* E2E: Update screenshot.

---------

Co-authored-by: Mugen87 <[email protected]>
  • Loading branch information
WestLangley and Mugen87 authored Sep 17, 2024
1 parent d16dec7 commit 1116706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified examples/screenshots/webgl_postprocessing_advanced.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions examples/webgl_postprocessing_advanced.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@

effectSepia.uniforms[ 'amount' ].value = 0.9;

effectVignette.uniforms[ 'offset' ].value = 0.95;
effectVignette.uniforms[ 'darkness' ].value = 1.6;
effectVignette.uniforms[ 'offset' ].value = 1.6;
effectVignette.uniforms[ 'darkness' ].value = 0.95;

const effectBloom = new BloomPass( 0.5 );
const effectFilm = new FilmPass( 0.35 );
Expand Down

0 comments on commit 1116706

Please sign in to comment.