|
|
@ -184,7 +184,7 @@ |
|
|
"ScreenPercentage": |
|
|
"ScreenPercentage": |
|
|
{ |
|
|
{ |
|
|
"type": "float", |
|
|
"type": "float", |
|
|
"default": 100, |
|
|
"default": 110, |
|
|
"tooltip": "Sets the Screen-Percentage of the project", |
|
|
"tooltip": "Sets the Screen-Percentage of the project", |
|
|
"hotreload": true, |
|
|
"hotreload": true, |
|
|
"category": "Engine Settings" |
|
|
"category": "Engine Settings" |
|
|
@ -214,12 +214,24 @@ |
|
|
"RaytracingReflectionSamples": |
|
|
"RaytracingReflectionSamples": |
|
|
{ |
|
|
{ |
|
|
"type": "integer", |
|
|
"type": "integer", |
|
|
"default": 1, |
|
|
"default": 0, |
|
|
"tooltip": "Samples in the Reflection, increases quality of Avatar Reflection on Ground", |
|
|
"tooltip": "Samples in the Reflection, increases quality of Avatar Reflection on Ground", |
|
|
"hotreload": true, |
|
|
"hotreload": true, |
|
|
"category": "Engine Settings" |
|
|
"category": "Engine Settings" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"consoleCommands": |
|
|
|
|
|
{ |
|
|
|
|
|
"type": "array", |
|
|
|
|
|
"default": [ |
|
|
|
|
|
"r.HairStrands.Visibility.MSAA.SamplePerPixel 16", |
|
|
|
|
|
"r.HairStrands.ComposeAfterTranslucency 2" |
|
|
|
|
|
], |
|
|
|
|
|
"category": "Engine Settings", |
|
|
|
|
|
"itemsType": "string" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"LookAtEnabled": |
|
|
"LookAtEnabled": |
|
|
{ |
|
|
{ |
|
|
|