_net prog

This commit is contained in:
2025-06-21 20:59:56 +03:00
parent 429b0c4468
commit 0d324c0ff0
16 changed files with 275 additions and 108 deletions

View File

@@ -1,7 +1,7 @@
{
"ID": "af2e52554f7faed7b4937181dd22d166",
"TypeName": "FlaxEditor.Content.Settings.BuildSettings",
"EngineBuild": 6605,
"EngineBuild": 6705,
"Data": {
"OutputName": "${PROJECT_NAME}",
"MaxAssetsPerPackage": 4096,
@@ -27,18 +27,9 @@
"Name": "Preset 3",
"Targets": [
{
"Name": "Win64 Release",
"Output": "Output\\WindowsRelease",
"Platform": 2,
"Mode": 2,
"CustomDefines": null,
"PreBuildAction": null,
"PostBuildAction": null
},
{
"Name": "Win64 Development",
"Output": "Output\\WindowsDevelopment",
"Platform": 2,
"Name": "Windows 64bit",
"Output": "Output\\Win64",
"Platform": 13,
"Mode": 1,
"CustomDefines": null,
"PreBuildAction": null,

View File

@@ -1,7 +1,7 @@
{
"ID": "f94d5aae457aeba67033a8a4ca753214",
"TypeName": "FlaxEditor.Content.Settings.GraphicsSettings",
"EngineBuild": 6602,
"EngineBuild": 6705,
"Data": {
"UseVSync": false,
"AAQuality": 3,
@@ -19,6 +19,7 @@
"GenerateSDFOnModelImport": false,
"GIQuality": 3,
"GIProbesSpacing": 100.0,
"GICascadesBlending": false,
"GlobalSurfaceAtlasResolution": 4096,
"PostProcessSettings": {
"AO": {
@@ -49,8 +50,10 @@
"Enabled": false,
"Intensity": 1.0,
"Threshold": 3.0,
"BlurSigma": 4.0,
"Limit": 10.0
"ThresholdKnee": 0.5,
"Clamp": 3.0,
"BaseMix": 0.6,
"HighMix": 1.0
},
"ToneMapping": {
"OverrideFlags": 4,
@@ -198,7 +201,7 @@
"HistogramHighPercent": 98.0
},
"CameraArtifacts": {
"OverrideFlags": 9,
"OverrideFlags": 1,
"VignetteIntensity": 0.0,
"VignetteColor": {
"X": 0.0,
@@ -206,8 +209,8 @@
"Z": 0.001
},
"VignetteShapeFactor": 0.125,
"GrainAmount": 0.0,
"GrainParticleSize": 1.6,
"GrainAmount": 0.22999999,
"GrainParticleSize": 1.0,
"GrainSpeed": 1.0,
"ChromaticDistortion": 0.0,
"ScreenFadeColor": {
@@ -283,7 +286,11 @@
"TAA_JitterSpread": 0.75,
"TAA_Sharpness": 0.0,
"TAA_StationaryBlending": 0.95,
"TAA_MotionBlending": 0.4
"TAA_MotionBlending": 0.4,
"CAS_SharpeningAmount": 0.0,
"CAS_EdgeSharpening": 0.5,
"CAS_MinEdgeThreshold": 0.03,
"CAS_OverBlurLimit": 1.0
},
"PostFxMaterials": {
"Materials": null

View File

@@ -1,11 +1,11 @@
{
"ID": "0c69a0c7471f8d0805965caf343d2f27",
"TypeName": "FlaxEditor.Content.Settings.NetworkSettings",
"EngineBuild": 6340,
"EngineBuild": 6705,
"Data": {
"MaxClients": 100,
"ProtocolVersion": 1,
"NetworkFPS": 60.0,
"NetworkFPS": 1.0,
"Address": "127.0.0.1",
"Port": 59183,
"NetworkDriver": "FlaxEngine.Networking.ENetDriver"

View File

@@ -1,9 +1,8 @@
{
"ID": "a55dc3c04da4ea3744b7f1994565beac",
"TypeName": "FlaxEditor.Content.Settings.TimeSettings",
"EngineBuild": 6332,
"EngineBuild": 6705,
"Data": {
"UpdateMode": 1,
"UpdateFPS": 120.0,
"PhysicsFPS": 120.0,
"DrawFPS": 120.0,