diff options
| author | x2048 <codeforsmile@gmail.com> | 2023-03-11 14:10:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-11 14:10:26 +0100 |
| commit | 705195b43e620d305bf83b3796699faadb2314ef (patch) | |
| tree | 4df8a624217f329cb77a5a42e79d63b820e99e43 /builtin | |
| parent | 1de8a1e962098b94154111c7aafe18c4aab74fc9 (diff) | |
| download | minetest-705195b43e620d305bf83b3796699faadb2314ef.tar.xz | |
Scale culler steps proportionally to the mesh sizes (#13250)
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/settingtypes.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 962261ed4..83c83c6c9 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -624,7 +624,8 @@ update_last_checked (Last update check) string update_last_known (Last known version update) int 0 # Use raytraced occlusion culling in the new culler. -# This flag enables use of raytraced occlusion culling test +# This flag enables use of raytraced occlusion culling test for +# client mesh sizes smaller than 4x4x4 map blocks. enable_raytraced_culling (Enable Raytraced Culling) bool true [*Server] |
