log

age author description
Tue, 19 May 2020 15:31:38 +0200 Benjamin Golinvaux Dead code removal
Tue, 19 May 2020 15:29:47 +0200 Benjamin Golinvaux DicomStructureSetLoader instances are now indexed by their instanceid AND
Tue, 19 May 2020 15:28:55 +0200 Benjamin Golinvaux Moved two WARNING log entries to INFO. These weren't warnings.
Tue, 19 May 2020 15:28:15 +0200 Benjamin Golinvaux Fix problem where multiple init/exit were not possible when using GuiAdapter
Tue, 19 May 2020 13:24:16 +0200 Benjamin Golinvaux Small fix for refresh events.
Tue, 19 May 2020 13:24:04 +0200 Benjamin Golinvaux Rewrite of the event loop to compact all refresh events. HUGE speedup when using the trackers, especially in Debug mode.
Tue, 19 May 2020 13:22:48 +0200 Benjamin Golinvaux [BREAKING] VolumeSceneLayerSource now locks the viewport properly before using the scene. The ctor now accepts the viewport instead of a ref. to the scene. RtViewer sample has been adapted accordingly.