Skip to content

Commit

Permalink
Remove the 'loops' occlusion culler (#13169)
Browse files Browse the repository at this point in the history
  • Loading branch information
x2048 committed Jan 23, 2023
1 parent 8478796 commit b8aaad4
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 325 deletions.
5 changes: 0 additions & 5 deletions builtin/settingtypes.txt
Expand Up @@ -628,11 +628,6 @@ update_last_checked (Last update check) string
# Ex: 5.5.0 is 005005000
update_last_known (Last known version update) int 0

# Type of occlusion_culler
# "loops" is the legacy algorithm with nested loops and O(N^3) complexity
# "bfs" is the new algorithm based on breadth-first-search and side culling
occlusion_culler (Occlusion Culler) enum bfs bfs,loops

# Use raytraced occlusion culling in the new culler.
# This flag enables use of raytraced occlusion culling test
enable_raytraced_culling (Enable Raytraced Culling) bool true
Expand Down

0 comments on commit b8aaad4

Please sign in to comment.