From 8653ca8398e36e25bfaa7e7beb8934f7b2608907 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Mon, 6 Jan 2025 11:16:38 +0800 Subject: [PATCH] doc: postprocessing --- thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7a622f2a..ed47701b 100644 --- a/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart +++ b/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart @@ -597,7 +597,7 @@ abstract class ThermionViewer { double viewportX, double viewportY, double x, double y, double z); /// - /// Enable/disable postprocessing (disabled by default). + /// Enable/disable postprocessing effects (anti-aliasing, tone mapping). Disabled by default. /// Future setPostProcessing(bool enabled);