forked from DerThorsten/orthos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase_settings.json
25 lines (20 loc) · 962 Bytes
/
base_settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
//---------------------------------------------------------------------------
// Threading / Parallelism (needs restart)
//---------------------------------------------------------------------------
"nThreadRenderThreadPool" : -1,
//---------------------------------------------------------------------------
// Pyqtgraph settings (needs restart)
//---------------------------------------------------------------------------
"useOpenGl" : true,
"antiAliasing" : false,
//---------------------------------------------------------------------------
// tiling (needs restart)
//---------------------------------------------------------------------------
"useDynamicTiling" : true,
"tileSize" : 256,
"tileShape" :[10, 10]
//---------------------------------------------------------------------------
//
//---------------------------------------------------------------------------
}