mattercontrol/appsettings.json

14 lines
176 B
JSON
Raw Normal View History

2018-09-02 13:50:43 -07:00
{
2018-11-01 17:34:26 -07:00
"Agg": {
"GraphicsMode": {
"Color": 32,
"Depth": 24,
"FSAASamples": 8
}
},
"MatterControl": {
"Slicer": {
"Debug": false
}
}
2018-09-02 13:50:43 -07:00
}