perf(render): consume prepared mesh package at runtime

This commit is contained in:
Erik 2026-07-24 15:07:25 +02:00
parent c42f93b323
commit f05afc07c1
22 changed files with 328 additions and 370 deletions

View file

@ -20,6 +20,7 @@ public static class EnvCellMeshPreparationScheduler
continue;
_ = meshManager.PrepareEnvCellGeomMeshDataAsync(
shell.GeometryId,
shell.CellId,
shell.EnvironmentId,
shell.CellStructure,
new List<ushort>(shell.Surfaces));