just misc

This commit is contained in:
2026-01-05 07:48:14 +09:00
parent b6b9c81a57
commit 4da2548e03
7 changed files with 107 additions and 22 deletions

View File

@@ -24,7 +24,7 @@ public class PlayerPerformanceConfig : ILightlessConfiguration
public bool KeepOriginalTextureFiles { get; set; } = false;
public bool SkipTextureDownscaleForPreferredPairs { get; set; } = true;
public bool EnableModelDecimation { get; set; } = false;
public int ModelDecimationTriangleThreshold { get; set; } = 50_000;
public int ModelDecimationTriangleThreshold { get; set; } = 20_000;
public double ModelDecimationTargetRatio { get; set; } = 0.8;
public bool KeepOriginalModelFiles { get; set; } = true;
public bool SkipModelDecimationForPreferredPairs { get; set; } = true;