Guthe, MichaelBalázs, ÁkosKlein, ReinhardTomas Akenine-Moeller and Wolfgang Heidrich2014-01-272014-01-2720063-905673-35-51727-3463https://doi.org/10.2312/EGWR/EGSR06/207-214The most efficient general occlusion culling techniques are based on hardware accelerated occlusion queries. Although in many cases these techniques can considerably improve performance, they may still reduce efficiency compared to simple view frustum culling, especially in the case of low depth complexity. This prevented the broad use of occlusion culling in most commercial applications. In this paper we present a new conservative method to solve this problem, where the main idea is to use a statistical model describing the occlusion probability for each occlusion query in order to reduce the number of wasted queries which are the reason for the reduction in rendering speed. We also describe an abstract parameterized model for the graphics hardware performance. The parameters are easily measurable at startup and thus the model can be adapted to the graphics hardware in use. Combining this model with the estimated occlusion probability our method is able to achieve a near optimal scheduling of the occlusion queries. The implementation of the algorithm is straightforward and it can be easily integrated in existing real-time rendering packages based on common hierarchical data structures.Categories and Subject Descriptors (according to ACM CCS): I.3.7 [Computer Graphics]: Hidden line/surface removal I.3.3 [Computer Graphics]: Display algorithmsNear Optimal Hierarchical Culling: Performance Driven Use of Hardware Occlusion Queries