ChunkKey3

Type Alias ChunkKey3 

Source
pub type ChunkKey3 = ChunkKey<[i32; 3]>;
Expand description

A 3-dimensional ChunkKey.

Aliased Type§

pub struct ChunkKey3 {
    pub minimum: PointN<[i32; 3]>,
    pub lod: u8,
}

Fields§

§minimum: PointN<[i32; 3]>

The minimum point of the chunk.

§lod: u8

The level of detail. From highest resolution at 0 to lowest resolution at MAX_LOD.