diff Applications/BasicApplicationContext.cpp @ 117:42c05a3baee3 wasm

loading multi-frame instances as 3D volumes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 28 Sep 2017 16:55:51 +0200
parents 71d574a3607f
children 5099aaa53bd0
line wrap: on
line diff
--- a/Applications/BasicApplicationContext.cpp	Mon Sep 25 13:43:47 2017 +0200
+++ b/Applications/BasicApplicationContext.cpp	Thu Sep 28 16:55:51 2017 +0200
@@ -41,6 +41,7 @@
 
   BasicApplicationContext::BasicApplicationContext(Orthanc::WebServiceParameters& orthanc) :
     oracle_(viewportMutex_, 4),  // Use 4 threads to download
+    //oracle_(viewportMutex_, 1),  // Disable threading to be reproducible
     webService_(oracle_, orthanc),
     stopped_(true),
     updateDelay_(100)   // By default, 100ms between each refresh of the content