Skip to content

Commit

Permalink
Examples: Restore look of particle snow demo. (mrdoob#28799)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Jul 3, 2024
1 parent 8f06bf8 commit baf57f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgpu_compute_particles_snow.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
const vignet = viewportTopLeft.distance( .5 ).mul( 1.35 ).clamp().oneMinus();

const teapotTreePass = pass( teapotTree, camera ).getTextureNode();
const teapotTreePassBlurred = teapotTreePass.gaussianBlur( 3 );
const teapotTreePassBlurred = teapotTreePass.gaussianBlur( vec2( 1 ), 3 );
teapotTreePassBlurred.resolution = new THREE.Vector2( .2, .2 );

const scenePassColorBlurred = scenePassColor.gaussianBlur();
Expand Down

0 comments on commit baf57f5

Please sign in to comment.