Renderer/assets/Config/settings.json
austin 166ed9ea6e
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
re-enable foliage manager
2024-11-14 09:03:44 -05:00

30 lines
809 B
JSON

{
"gameplayGenerateWorld" : false,
"gameplayPhysicsCellRadius" : 3,
"displayWidth" : 1920,
"displayHeight" : 1080,
"displayFullscreen" : false,
"graphicsFOV" : 100.0,
"graphicsPerformanceLODChunkRadius" : 3,
"graphicsPerformanceEnableVSync" : false,
"graphicsPerformanceDrawShadows" : true,
"graphicsPerformanceOIT" : true,
"graphicsPerformanceEnableFoliageManager" : true,
"graphicsViewRange" : 20000.0,
"renderResolutionX": 1920,
"renderResolutionY": 1080,
"graphicsDebugDrawCollisionSpheresClient" : false,
"graphicsDebugDrawCollisionSpheresServer" : false,
"graphicsDebugDrawPhysicsObjects" : false,
"graphicsDebugDrawMovementVectors" : false,
"graphicsDebugDrawNavmesh" : false,
"netRunNetMonitor" : false
}