using LightlessSync.LightlessConfiguration.Configurations; namespace LightlessSync.Services.ModelDecimation; public readonly record struct ModelDecimationSettings( int TriangleThreshold, double TargetRatio, bool NormalizeTangents, bool AvoidBodyIntersection, ModelDecimationAdvancedSettings Advanced);