1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Ensure deterministic client occlusion culling and minor improvements (#14212)

* Ensure deterministic client occlusion culling
* Increase culling optimize distance slightly
* More accurate culling when sampling
This commit is contained in:
lhofhansl 2024-01-06 18:43:46 -08:00 committed by GitHub
parent 8db4ba9e58
commit bd42cc2c77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 11 deletions

View file

@ -2103,7 +2103,7 @@ server_side_occlusion_culling (Server-side occlusion culling) bool true
# rendering glitches (missing blocks).
# This is especially useful for very large viewing range (upwards of 500).
# Stated in MapBlocks (16 nodes).
block_cull_optimize_distance (Block cull optimize distance) int 20 2 2047
block_cull_optimize_distance (Block cull optimize distance) int 25 2 2047
[**Mapgen]