Esempio n. 1
0
 public AbsoluteEntityCell(Int3 batchId, Int3 cellId)
 {
     BatchId = batchId;
     CellId  = cellId;
 }
Esempio n. 2
0
 private Int3 ToInt3(NitroxModel.DataStructures.Int3 int3)
 {
     return(new Int3(int3.X, int3.Y, int3.Z));
 }
Esempio n. 3
0
        }                         // 0-3 lower means 'closer to the player' and 'higher level-of-detail'

        public Chunk(Int3 batchId, int level)
        {
            BatchId = batchId;
            Level   = level;
        }