Is it possible or recommended to enable Occlusion Culling when using World Partition?
Hello there @Clinker!
Indeed, occlusion culling works with World Partition, and it should bring good results for your project. WP controls what is streamed in, while occlusion culling controls what is actually drawn each frame. So, in large worlds, culling can cut draw calls and improve performance.
Checking from other threads, it’s important to make sure that your meshes have correct bounds, since bad bounds can cause popping. Also, transparent objects and foliage won’t occlude well, so be careful with those.