diff options
| author | x2048 <codeforsmile@gmail.com> | 2023-03-30 00:10:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-30 00:10:23 +0200 |
| commit | 93898957b6c5862c6db0fa2555eaa5d3a0070e12 (patch) | |
| tree | 76383f2376f5f5665ba62d1d9a15edd24fa30713 /src/client/clientmap.h | |
| parent | bd88d299b9159acbbf7d9d1df6d4f5487653a863 (diff) | |
| download | minetest-93898957b6c5862c6db0fa2555eaa5d3a0070e12.tar.xz | |
Return 'loops' occlusion culler under a setting (#13352)
* Add occlusion_culler setting to minetest.conf.example
* Add raytraced occlusion culling to 'loops' algorithm
---------
Co-authored-by: sfan5 <sfan5@live.de>
Diffstat (limited to 'src/client/clientmap.h')
| -rw-r--r-- | src/client/clientmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/clientmap.h b/src/client/clientmap.h index b9f7b4dfa..4d565ec9f 100644 --- a/src/client/clientmap.h +++ b/src/client/clientmap.h @@ -215,6 +215,6 @@ private: bool m_cache_anistropic_filter; u16 m_cache_transparency_sorting_distance; - bool m_new_occlusion_culler; + bool m_loops_occlusion_culler; bool m_enable_raytraced_culling; }; |
