diff --git a/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart b/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart index 19e84ff3..f7761db7 100644 --- a/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart +++ b/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart @@ -465,9 +465,9 @@ abstract class ThermionViewer { Future setToneMapping(ToneMapper mapper); /// - /// Sets the strength of the bloom (requires postprocessing). + /// Enable/disable bloom. /// - Future setBloom(double bloom); + Future setBloom(bool enabled, double strength); /// /// Sets the focal length of the camera. Default value is 28.0.