From 8111fdfcd332490dc8cb03578f35d177423c14bd Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Fri, 17 Nov 2023 18:56:41 +0100 Subject: [PATCH] color of volumes --- Basic_viewer/doc/Basic_viewer/Concepts/GraphicsSceneOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Basic_viewer/doc/Basic_viewer/Concepts/GraphicsSceneOptions.h b/Basic_viewer/doc/Basic_viewer/Concepts/GraphicsSceneOptions.h index 1ad90562e2a..f845dc79281 100644 --- a/Basic_viewer/doc/Basic_viewer/Concepts/GraphicsSceneOptions.h +++ b/Basic_viewer/doc/Basic_viewer/Concepts/GraphicsSceneOptions.h @@ -119,7 +119,7 @@ public: /// Returns `false` by default. std::function is_volume_wireframe; - /// `std::function` that returns the color of the given volume. + /// `std::function` that returns the color of the given volume, i.e. the color of all the faces of this volume. /// `nullptr` by default. std::function volume_color;