Skip to content

Commit

Permalink
Update SSAODemo.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Oct 17, 2022
1 parent 2b5bc1f commit db26be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/demos/SSAODemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ export class SSAODemo extends PostProcessingDemo {

menu.add(params, "intensity", 1.0, 4.0, 0.01).onChange((value) => {

uniforms.intensity.value = value;
ssaoEffect.ssaoMaterial.intensity = value;

});

Expand Down

0 comments on commit db26be2

Please sign in to comment.