base::world::PILLAR_STEP_HEIGHT [] [src]

pub const PILLAR_STEP_HEIGHT: f32 = 0.5

The height of the hex pillars is discretized. So instead of saving a f32 to represent the height, we have fixed steps of heights and we will just save a u16 to represent the height.