From: Perttu Ahola Date: Thu, 3 Nov 2011 11:35:32 +0000 (+0200) Subject: Tune occlusion culling a bit more X-Git-Tag: 0.3.1~18 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=718086f383eab64ebca3c6bd85350cf0802f6040;p=oweals%2Fminetest.git Tune occlusion culling a bit more --- diff --git a/src/map.cpp b/src/map.cpp index 3ecdfa00f..6ba33288d 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -3847,7 +3847,7 @@ void ClientMap::renderMap(video::IVideoDriver* driver, s32 pass) v3s16 cpn = v3s16(block->getPos() * MAP_BLOCKSIZE) + v3s16(MAP_BLOCKSIZE)/2; float step = BS*1; - float stepfac = 1.2; + float stepfac = 1.1; float startoff = BS*1; float endoff = -BS*MAP_BLOCKSIZE*1.42*1.42; v3s16 spn = cam_pos_nodes + v3s16(0,0,0);