almost nail down the rendering

This commit is contained in:
bird_egop
2026-06-06 01:24:09 +03:00
parent 0d8e4ba491
commit 776bb9fcb3
4 changed files with 141 additions and 86 deletions
@@ -178,7 +178,7 @@ public static class MshViewportLoader
ref Vector3 boundsMax
)
{
var vertexIndex = (uint)(vertices.Count / 6);
var vertexIndex = (uint)(vertices.Count / 9);
vertices.Add(position.X);
vertices.Add(position.Y);