MaskedOcclusionCulling icon indicating copy to clipboard operation
MaskedOcclusionCulling copied to clipboard

Example code for the research paper "Masked Software Occlusion Culling"; implements an efficient alternative to the hierarchical depth buffer algorithm.

Results 8 MaskedOcclusionCulling issues
Sort by recently updated
recently updated
newest added

Configure the install step in CMakeLists.txt, so the built library and its header are placed in the correct directories.

Hello! I would like to use a part of functionality from MaskedOcclusionCulling. And for that it's necessary to apply this license. So I need you to actualize your copyright information...

hi, I am learning MaskedOcclusionCulling. I want to know no SIMD for it ,.Do you have the other core project? thanks for reading。

The program got stuck when using CullingThreadPool, and going on with example code, I got the same problem after changing some code: ```C++ //FillrateTest.cpp line 424 for (int i =...

is there a way to test visibility of a bounding cube instead of testing all the composing triangles of the bounding cube?? Thanks

Is there anything that can be done to improve performance for SSE4.1 code ? (without parallelization). PRECISE_COVERAGE is disabled already...and I'm getting 14 milliSeconds for rendering about 85kTri. Too close...

Bounding sphere visibility test.

enhancement
help wanted