mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Tune occlusion culling a bit more
This commit is contained in:
parent
339b7588d2
commit
718086f383
1 changed files with 1 additions and 1 deletions
|
@ -3847,7 +3847,7 @@ void ClientMap::renderMap(video::IVideoDriver* driver, s32 pass)
|
||||||
v3s16 cpn = v3s16(block->getPos() * MAP_BLOCKSIZE)
|
v3s16 cpn = v3s16(block->getPos() * MAP_BLOCKSIZE)
|
||||||
+ v3s16(MAP_BLOCKSIZE)/2;
|
+ v3s16(MAP_BLOCKSIZE)/2;
|
||||||
float step = BS*1;
|
float step = BS*1;
|
||||||
float stepfac = 1.2;
|
float stepfac = 1.1;
|
||||||
float startoff = BS*1;
|
float startoff = BS*1;
|
||||||
float endoff = -BS*MAP_BLOCKSIZE*1.42*1.42;
|
float endoff = -BS*MAP_BLOCKSIZE*1.42*1.42;
|
||||||
v3s16 spn = cam_pos_nodes + v3s16(0,0,0);
|
v3s16 spn = cam_pos_nodes + v3s16(0,0,0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue