# HG changeset patch # User Sebastien Jodogne # Date 1728054864 -7200 # Node ID 16df49ed798134c5400586fd8abf2428312a0b32 # Parent 689c27b34bd6229ab9fa6b285bc4b85c183053cf documentation of option STL.3DHOP.CanvasStyle diff -r 689c27b34bd6 -r 16df49ed7981 Sphinx/source/plugins/stl.rst --- 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 ^^^^^^^^