changeset 1110:16df49ed7981

documentation of option STL.3DHOP.CanvasStyle
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Oct 2024 17:14:24 +0200
parents 689c27b34bd6
children fbd064a812eb
files Sphinx/source/plugins/stl.rst
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/plugins/stl.rst	Wed Sep 25 10:04:48 2024 +0200
+++ b/Sphinx/source/plugins/stl.rst	Fri Oct 04 17:14:24 2024 +0200
@@ -322,6 +322,18 @@
     }
   }
 
+More advanced configuration options are available::
+
+  {
+    "Plugins" : [ "libOrthancSTL.so" ],
+    "STL" : {
+      "EnableNexus" : true,
+      "3DHOP" : {
+        "CanvasStyle": "background-color: rgb(0,0,0)"  // Change the background of 3DHOP viewer
+      }
+    }
+  }
+
 
 REST API
 ^^^^^^^^