Skip to content

occlusion culling

Moritz Zwerger requested to merge work/occlusion-culling into master

This MR drastically improved the rendering performance.

Tasks:

  • Improve graph calculation performance
  • Bugs
    • Frustum culling (breaks the graph somehow)
    • Flood filling not perfect yet
  • Test
  • Benchmark
  • Queue graph updates (when chaning blocks or the chunk updates)
  • Remove debug messages
Edited by Moritz Zwerger

Merge request reports