This commit is contained in:
bird_egop
2026-05-21 14:55:27 +03:00
parent 28d10f3ffa
commit e44d9a21b2
2 changed files with 55 additions and 18 deletions
+10
View File
@@ -16,6 +16,16 @@ public enum MshType
/// -> 0x03 positions
/// </summary>
Model,
/// <summary>
/// Для landscape минимальный геометрический путь сейчас выглядит так:
///
/// 0x01 terrain cell / tile
/// -> 0x02 geometry slot
/// -> 0x15 terrain triangle
/// -> vertex1_idx / vertex2_idx / vertex3_idx
/// -> 0x03 positions
/// </summary>
Landscape
}