Home
last modified time | relevance | path

Searched refs:blockpos_div (Results 1 – 1 of 1) sorted by relevance

/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dmap.cpp2708 v3s16 blockpos_div = getContainerPos(blockpos - chunk_offset, chunksize); in initBlockMake() local
2709 v3s16 blockpos_min = blockpos_div * chunksize; in initBlockMake()
2710 v3s16 blockpos_max = blockpos_div * chunksize + v3s16(1,1,1)*(chunksize-1); in initBlockMake()