Allow server side occlusion culling.

This commit is contained in:
Lars Hofhansl
2017-02-27 23:06:15 -08:00
committed by Auke Kok
parent 6738c7e9a3
commit ba4b704ebf
7 changed files with 92 additions and 66 deletions

View File

@@ -1056,6 +1056,12 @@
# type: int min: 2
# block_send_optimize_distance = 4
# If enabled the server will perform map block occlusion culling based on
# on the eye position of the player. This can reduce the number of blocks
# sent to the client 50-80%. The client will not longer receive most invisible
# so that the utility of noclip mode is reduced.
server_side_occlusion_culling = false
## Mapgen
# Name of map generator to be used when creating a new world.