Custom Occlusion Culling in Unity

Custom implementation of occlusion culling with a procedural, runtime-generated world. Visibility of rooms is determined based on whether their doors (portals) are visible. Source code:
Back to Top