Skip to content

Instantly share code, notes, and snippets.

@christoffersch
Last active September 28, 2016 19:05
Show Gist options
  • Save christoffersch/a8a5ac6f3f9be4800b1e252dca7374b1 to your computer and use it in GitHub Desktop.
Save christoffersch/a8a5ac6f3f9be4800b1e252dca7374b1 to your computer and use it in GitHub Desktop.
{
"desktop": {
"engine" : {
"workerThreads" : true,
"logQuiet" : false,
"logLevel" : 1
},
"graphics": {
"headless": false,
"frameLimiter" : true,
"flushGPU" : false,
"forceGL2" : false,
"orientations" : "LandscapeLeft LandscapeRight",
"vsync" : false,
"tripleBuffer" : false,
"multiSample" : 1,
"renderPath" : "forward",
"shadows" : true,
"lowQualityShadows" : false,
"materialQuality" : "high",
"textureQuality" : "high",
"textureFilterMode" : "trilinear",
"textureAnisotropy" : 4
},
"window" : {
"title" : "Roboman3D",
"fullscreen" : false,
"borderless" : false,
"resizable" : false
},
"sound": {
"enabled" : true,
"interpolation" : true,
"stereo" : true,
"bufferMS": 100,
"mixRate" : 44100
},
"input" : {
"touchEmulation" : false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment