-
Notifications
You must be signed in to change notification settings - Fork 19
/
mathmodconfig.js
55 lines (55 loc) · 1.35 KB
/
mathmodconfig.js
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"ReleaseInfos": {
"VersionNumber": "1200",
"ReleaseDate": "211220",
"DocPartialPath": "/documentation/index.html",
"DocAbsolutePath": "https://github.com/parisolab/mathmod/wiki/documentation"
},
"Parameters": {
"IsoMaxGrid": 500,
"InitIsoGrid": 41,
"ParMaxGrid": 5000,
"InitParGrid": 64,
"ScriptEditorFontSize": 18
},
"StartOptions": {
"Model": "CloseIso_1"
},
"StartOptions": {
"Model": "CloseIso_1"
},
"ThreadsConfig": {
"AutoDetect": true,
"ThreadsNumber": 8,
"MinThreadsNumber": 1,
"MaxThreadsNumber": 64
},
"WindowSize": {
"ControlH": 750,
"ControlW": 1200,
"GlwinH": 750,
"GlwinW": 750
},
"WindowPosition": {
"ControlX": 80,
"ControlY": 30,
"GlwinX": 535,
"GlwinY": 30
},
"Localization": {
"AutomaticDetection": true,
"DotSymbol": "."
},
"CalculFactorConfig": {
"FactX": 4,
"FactY": 4,
"FactZ": 4
},
"OpenGlConfig": {
"GL_SPECULAR": [50, 50, 50, 100],
"GL_AMBIANT" : [50, 50, 50, 100],
"GL_DIFFUSE" : [80, 80, 80, 100],
"GL_SHININESS": 20,
"GL_FrontFacingSupport": true
}
}