GI and audio fix stuff

This commit is contained in:
2024-06-28 23:04:49 +03:00
parent e023dfce69
commit 9ba5a00cfe
5 changed files with 11 additions and 9 deletions

View File

@@ -1,10 +1,11 @@
{
"ID": "492a33824049ba25a8bdcdb148179e67",
"TypeName": "FlaxEditor.Content.Settings.AudioSettings",
"EngineBuild": 6219,
"EngineBuild": 6602,
"Data": {
"DisableAudio": false,
"DopplerFactor": 1.0,
"MuteOnFocusLoss": false
"MuteOnFocusLoss": false,
"EnableHRTF": false
}
}

View File

@@ -1,7 +1,7 @@
{
"ID": "f94d5aae457aeba67033a8a4ca753214",
"TypeName": "FlaxEditor.Content.Settings.GraphicsSettings",
"EngineBuild": 65045,
"EngineBuild": 6602,
"Data": {
"UseVSync": false,
"AAQuality": 3,
@@ -14,8 +14,9 @@
"DefaultProbeResolution": 128,
"UseHDRProbes": false,
"EnableGlobalSDF": true,
"GlobalSDFDistance": 15000.0,
"GlobalSDFQuality": 2,
"GenerateSDFOnModelImport": true,
"GenerateSDFOnModelImport": false,
"GIQuality": 3,
"GIProbesSpacing": 100.0,
"GlobalSurfaceAtlasResolution": 4096,
@@ -30,7 +31,7 @@
"FadeDistance": 500.0
},
"GI": {
"OverrideFlags": 63,
"OverrideFlags": 55,
"Mode": 1,
"Intensity": 1.0,
"BounceIntensity": 1.0,
@@ -39,7 +40,7 @@
"FallbackIrradiance": {
"R": 1.0,
"G": 0.0,
"B": 0.83657455,
"B": 0.014919281,
"A": 1.0
}
},