mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
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>
This commit is contained in:
parent
bd88d299b9
commit
93898957b6
5 changed files with 30 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue