msh viewport initial

This commit is contained in:
bird_egop
2026-06-05 21:12:25 +03:00
parent 614787789e
commit 49d9e23738
9 changed files with 381 additions and 2 deletions
@@ -0,0 +1,13 @@
namespace NResUI.Rendering.Viewport;
public sealed class ViewportPieceDebugInfo
{
public int SourcePieceIndex { get; init; }
public int SourceParentIndex { get; init; }
public int GeometrySlotIndex { get; init; }
public uint Msh01Flags { get; init; }
public int BatchCount { get; init; }
public int TriangleCount { get; init; }
public string SourceKind { get; init; } = "MSH";
}