Skip to content

Commit

Permalink
Update bloom.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed May 17, 2024
1 parent 1913e06 commit e029d75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manual/assets/js/src/demos/bloom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ window.addEventListener("load", () => void load().then((assets) => {
folder.addBinding(effect, "intensity", { min: 0, max: 10, step: 0.01 });
folder.addBinding(effect.mipmapBlurPass, "radius", { min: 0, max: 1, step: 1e-3 });
folder.addBinding(effect.mipmapBlurPass, "levels", { min: 1, max: 10, step: 1 });
folder.addBinding(effect.resolution, "scale", { label: "resolution", min: 0.5, max: 1, step: 0.05 });

const subfolder = folder.addFolder({ title: "Luminance Filter" });
subfolder.addBinding(effect.luminancePass, "enabled");
Expand Down

0 comments on commit e029d75

Please sign in to comment.