We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc8687 commit f435311Copy full SHA for f435311
1 file changed
src/effects/BloomEffect.js
@@ -77,7 +77,7 @@ export class BloomEffect extends Effect {
77
});
78
79
this.luminanceMaterial.threshold = luminanceThreshold;
80
- this.luminanceMaterial.smoothingFactor = luminanceSmoothing;
+ this.luminanceMaterial.smoothing = luminanceSmoothing;
81
82
/**
83
* A blur pass.
0 commit comments