This commit is contained in:
bird_egop
2026-06-06 00:42:07 +03:00
parent 49d9e23738
commit 0d8e4ba491
9 changed files with 266 additions and 35 deletions
@@ -9,5 +9,8 @@ public sealed class ViewportPieceDebugInfo
public int BatchCount { get; init; }
public int TriangleCount { get; init; }
public int FallbackKeyframeIndex { get; init; } = -1;
public bool HasRestPose { get; init; }
public string SourceKind { get; init; } = "MSH";
}