change setBloom docstring

This commit is contained in:
Nick Fisher
2025-03-01 11:45:32 +08:00
parent 0f4531d3d7
commit 7fe9c06a7f

View File

@@ -465,9 +465,9 @@ abstract class ThermionViewer {
Future setToneMapping(ToneMapper mapper); 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. /// Sets the focal length of the camera. Default value is 28.0.