1
0
mirror of https://github.com/minetest/minetest.git synced 2025-06-30 23:20:22 +02:00

Add mesh generation delay

This commit is contained in:
number Zero
2017-02-18 21:53:05 +03:00
committed by paramat
parent 22567d107f
commit 4d5177ff70
6 changed files with 22 additions and 2 deletions

View File

@ -511,6 +511,10 @@ hud_hotbar_max_width (Maximum hotbar width) float 1.0
# Enables caching of facedir rotated meshes.
enable_mesh_cache (Mesh cache) bool false
# Delay between mesh updates on the client in ms. Increasing this will slow
# down the rate of mesh updates, thus reducing jitter on slower clients.
mesh_generation_interval (Mapblock mesh generation delay) int 0 0 50
# Enables minimap.
enable_minimap (Minimap) bool true