Beispiel #1
0
 /// <param name="minCellLod0">Inclusive.</param>
 /// <param name="maxCellLod0">Inclusive.</param>
 internal void InvalidateRange(Vector3I minCellLod0, Vector3I maxCellLod0)
 {
     m_clipmapBase.InvalidateRange(minCellLod0, maxCellLod0);
 }