From 7fe9c06a7fd3b3dcec9402ad294bb0de31831619 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Sat, 1 Mar 2025 11:45:32 +0800 Subject: [PATCH] change setBloom docstring --- thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.