mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +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
|
@ -65,6 +65,7 @@ void set_default_settings()
|
|||
settings->setDefault("max_out_chat_queue_size", "20");
|
||||
settings->setDefault("pause_on_lost_focus", "false");
|
||||
settings->setDefault("enable_split_login_register", "true");
|
||||
settings->setDefault("occlusion_culler", "bfs");
|
||||
settings->setDefault("enable_raytraced_culling", "true");
|
||||
settings->setDefault("chat_weblink_color", "#8888FF");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue