diff options
author | number Zero <silverunicorn2011@yandex.ru> | 2017-02-18 21:53:05 +0300 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2017-03-26 05:50:59 +0100 |
commit | 4d5177ff708c7e696eead18200e240047ff520fe (patch) | |
tree | ea77f5af4479fa6a6eb39f9cc87aa379a86f4aa1 /builtin | |
parent | 22567d107fffe7a6833b96cc99d531e5303b47dd (diff) | |
download | minetest-4d5177ff708c7e696eead18200e240047ff520fe.tar.gz minetest-4d5177ff708c7e696eead18200e240047ff520fe.tar.bz2 minetest-4d5177ff708c7e696eead18200e240047ff520fe.zip |
Add mesh generation delay
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index ff17973fa..d2bdf030a 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -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 |