|
|
@ -222,53 +222,20 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"ScreenPercentage": |
|
|
"ConsoleCommands": |
|
|
{ |
|
|
|
|
|
"type": "float", |
|
|
|
|
|
"default": 80, |
|
|
|
|
|
"tooltip": "Sets the Screen-Percentage of the project", |
|
|
|
|
|
"hotreload": true, |
|
|
|
|
|
"category": "Engine Settings" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"VSync": |
|
|
|
|
|
{ |
|
|
|
|
|
"type": "boolean", |
|
|
|
|
|
"default": true, |
|
|
|
|
|
"tooltip": "Activated VSync", |
|
|
|
|
|
"hotreload": true, |
|
|
|
|
|
"category": "Engine Settings" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"FPSCap": |
|
|
|
|
|
{ |
|
|
|
|
|
"type": "integer", |
|
|
|
|
|
"default": 60, |
|
|
|
|
|
"tooltip": "Caps the FPS", |
|
|
|
|
|
"hotreload": true, |
|
|
|
|
|
"category": "Engine Settings" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"RaytracingReflectionSamples": |
|
|
|
|
|
{ |
|
|
|
|
|
"type": "integer", |
|
|
|
|
|
"default": 0, |
|
|
|
|
|
"tooltip": "Samples in the Reflection, increases quality of Avatar Reflection on Ground", |
|
|
|
|
|
"hotreload": true, |
|
|
|
|
|
"category": "Engine Settings" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"consoleCommands": |
|
|
|
|
|
{ |
|
|
{ |
|
|
"type": "array", |
|
|
"type": "array", |
|
|
"default": [ |
|
|
"default": [ |
|
|
|
|
|
"r.ScreenPercentage 100", |
|
|
|
|
|
"t.MaxFPS 60", |
|
|
|
|
|
"r.VSync 1", |
|
|
|
|
|
"r.AntiAliasingMethod 4", |
|
|
|
|
|
"r.RayTracing.Reflections.SamplesPerPixel 1", |
|
|
"r.HairStrands.ComposeAfterTranslucency 0", |
|
|
"r.HairStrands.ComposeAfterTranslucency 0", |
|
|
"r.HairStrands.DOFDepth 0" |
|
|
"r.HairStrands.DOFDepth 0" |
|
|
], |
|
|
], |
|
|
|
|
|
"tooltip": "The one place to configure Console Commands", |
|
|
|
|
|
"hotreload": true, |
|
|
"category": "Engine Settings", |
|
|
"category": "Engine Settings", |
|
|
"itemsType": "string" |
|
|
"itemsType": "string" |
|
|
} |
|
|
} |
|
|
|