mathmodconfig.js (mathmod-11.0-source) | : | mathmodconfig.js (mathmod-11.1-source) | ||
---|---|---|---|---|
{ | { | |||
"Version": { | "Version": { | |||
"Number": 11.0 | "Number": 11.1 | |||
}, | }, | |||
"Parameters": { | "Parameters": { | |||
"IsoMaxGrid": 500, | "IsoMaxGrid": 500, | |||
"InitIsoGrid": 64, | "InitIsoGrid": 64, | |||
"ParMaxGrid": 5000, | "ParMaxGrid": 5000, | |||
"InitParGrid": 64 | "InitParGrid": 64 | |||
}, | }, | |||
"StartOptions": { | "StartOptions": { | |||
"Model": "CloseIso_1" | "Model": "CloseIso_1" | |||
}, | }, | |||
skipping to change at line 45 | skipping to change at line 45 | |||
}, | }, | |||
"CalculFactorConfig": { | "CalculFactorConfig": { | |||
"FactX": 4, | "FactX": 4, | |||
"FactY": 4, | "FactY": 4, | |||
"FactZ": 4 | "FactZ": 4 | |||
}, | }, | |||
"OpenGlConfig": { | "OpenGlConfig": { | |||
"GL_SPECULAR": [50, 50, 50, 100], | "GL_SPECULAR": [50, 50, 50, 100], | |||
"GL_AMBIANT" : [50, 50, 50, 100], | "GL_AMBIANT" : [50, 50, 50, 100], | |||
"GL_DIFFUSE" : [80, 80, 80, 100], | "GL_DIFFUSE" : [80, 80, 80, 100], | |||
"GL_SHININESS": 20 | "GL_SHININESS": 20, | |||
"GL_FrontFacingSupport": true | ||||
}, | }, | |||
"Styles": { | "Styles": { | |||
"PredefinedStyle": [ "Default", "Fusion", "Windows","WindowsXp"], | "PredefinedStyle": [ "Default", "Fusion", "Windows","WindowsXp"], | |||
"UsedStyle": "Fusion" | "UsedStyle": "Fusion" | |||
}, | }, | |||
"Themes": { | "Themes": { | |||
"PredefinedThemes": [ "Default", "Dark", "MyTheme"], | "PredefinedThemes": [ "Default", "Dark", "MyTheme"], | |||
"UsedTheme": "Dark", | "UsedTheme": "Dark", | |||
"MyTheme": { | "MyTheme": { | |||
"Window":[53,53,53], | "Window":[53,53,53], | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 3 lines changed or added |