Revise user configuration support

This commit is contained in:
John Lewin 2018-09-02 13:50:43 -07:00
parent 0c7fac04da
commit e7aa50a909
5 changed files with 37 additions and 4 deletions

11
appsettings.json Normal file
View file

@ -0,0 +1,11 @@
{
"Agg": {
"GraphicsMode": {
"Color": 32,
"Depth": 24,
"FSAASamples": 8
}
},
"MatterControl": {
}
}