mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2026-08-15 02:57:49 +04:00
docs
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user