| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "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
- }
- }
-
- }
|